diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2020-12-28 15:06:36 +0000 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2020-12-28 15:06:36 +0000 |
| commit | 01727649bb1fbe3e0c721a850bd21973d7e760f2 (patch) | |
| tree | f9beb156683534e2619879598cd29f8c9e5f5ed7 /src/main/resources | |
| parent | a4250a3959dd99b567d41a4e85f02a17de2c00ce (diff) | |
| download | kotlin-raycaster-01727649bb1fbe3e0c721a850bd21973d7e760f2.tar.xz kotlin-raycaster-01727649bb1fbe3e0c721a850bd21973d7e760f2.zip | |
Initial implementation
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/index.html | 10 |
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> |