todod/index.html
Luka Vandervelden 802812e99f Makefile update.
- kanband is now Makefile-produced.
  - Improved dependency handling for client-related files (ls, css).
2019-07-07 11:50:32 +02:00

13 lines
268 B
HTML

<!doctype html>
<html>
<head>
<title>Kanban</title>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta charset="utf-8"/>
<link rel="stylesheet" href="/style.css"/>
</head>
<body>
<script src="/main.js"></script>
</body>
</html>