summaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-03-30 22:43:39 +0200
committerAki <please@ignore.pl>2021-03-30 22:43:39 +0200
commitcfc3873cdc41179b114e2342bfbe00629a145a50 (patch)
tree928475ec127270b939d2e26e35fd45e6d3c14cd2 /index.html
downloadderelict-prototype-cfc3873cdc41179b114e2342bfbe00629a145a50.zip
derelict-prototype-cfc3873cdc41179b114e2342bfbe00629a145a50.tar.gz
derelict-prototype-cfc3873cdc41179b114e2342bfbe00629a145a50.tar.bz2
Initial commit
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..950d104
--- /dev/null
+++ b/index.html
@@ -0,0 +1,5 @@
+<!doctype html>
+<html lang="en">
+<title>Derelict</title>
+<link rel="stylesheet" type="text/css" href="style.css">
+<script type="module" src="derelict.js"></script>