2019-11-20 19:22:51 +01:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Kanban</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
|
|
<meta charset="utf-8"/>
|
2019-12-20 01:34:41 +01:00
|
|
|
<link rel="stylesheet" href="/font-awesome/css/fontawesome.min.css"/>
|
|
|
|
<link rel="stylesheet" href="/font-awesome/css/solid.min.css"/>
|
2019-11-20 19:22:51 +01:00
|
|
|
<link rel="stylesheet" href="/style.css"/>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<script src="/main.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|