Files
komp-todo/web/index_dev.html

21 lines
582 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Komp-Todo</title>
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<footer class="info">
<p>Double-click to edit a todo</p>
<p>Compare other javascript MVC* frameworks with <a href="http://todomvc.com">TodoMVC</a></p>
</footer>
<script src="js/kotlin/dependencies/kotlin.js" ></script>
<script src="js/kotlin/dependencies/kotlinx-html-js.js" ></script>
<script src="js/kotlin/dependencies/komp.js" ></script>
<script src="js/kotlin/komp-todo.js" ></script>
</body>
</html>