2019-07-06 02:35:50 +02:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Kanban</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
|
|
<meta charset="utf-8"/>
|
2019-07-07 11:50:32 +02:00
|
|
|
<link rel="stylesheet" href="/style.css"/>
|
2019-07-06 02:35:50 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2019-07-07 11:50:32 +02:00
|
|
|
<script src="/main.js"></script>
|
2019-07-06 02:35:50 +02:00
|
|
|
</body>
|
|
|
|
</html>
|