Initial commit

This commit is contained in:
rnentjes
2017-04-01 17:49:34 +02:00
commit c584dc682e
21 changed files with 50076 additions and 0 deletions

13
web/index.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Hello-Komp</title>
</head>
<body>
<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>