aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2020-12-28 15:06:36 +0000
committerJames Barnett <noreply@jamesbarnett.xyz>2020-12-28 15:06:36 +0000
commit01727649bb1fbe3e0c721a850bd21973d7e760f2 (patch)
treef9beb156683534e2619879598cd29f8c9e5f5ed7 /src/main/resources
parenta4250a3959dd99b567d41a4e85f02a17de2c00ce (diff)
downloadkotlin-raycaster-01727649bb1fbe3e0c721a850bd21973d7e760f2.tar.xz
kotlin-raycaster-01727649bb1fbe3e0c721a850bd21973d7e760f2.zip
Initial implementation
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>