aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/index.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/resources/index.html b/src/main/resources/index.html
new file mode 100644
index 0000000..787422b
--- /dev/null
+++ b/src/main/resources/index.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8">
+ <title>Kotlin Raycaster</title>
+ </head>
+ <body>
+ <script src="kotlin-raycaster.js"></script>
+ </body>
+</html>