Initial commit
This commit is contained in:
13
web/index.html
Normal file
13
web/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user