Files
komp-todo/web/index.html
rnentjes 5f7f2d681a Todos
2017-04-02 17:01:29 +02:00

22 lines
576 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hello-Komp</title>
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<footer class="info">
<p>Double-click to edit a todo</p>
<p>Created by <a href="http://mlorber.net">Mathieu Lorber</a></p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer>
<script src="js/kotlin/kotlin.js" ></script>
<script src="js/kotlin/kotlinx-html-js.js" ></script>
<script src="js/kotlin/komp.js" ></script>
<script src="js/kotlin/komp-todo.js" ></script>
</body>
</html>