summaryrefslogtreecommitdiff
path: root/space-invaders/index.html
diff options
context:
space:
mode:
authors1nical <[email protected]>2019-08-12 22:01:55 -0700
committers1nical <[email protected]>2019-08-12 22:01:55 -0700
commitbaf3c3cb891824c6cccabbb79512a35fadf27ee8 (patch)
tree80f7af554a591469b164e425aa5ae40f6a9d71c8 /space-invaders/index.html
parentformatting issues (diff)
downloads1n.pw-admin-baf3c3cb891824c6cccabbb79512a35fadf27ee8.tar.xz
s1n.pw-admin-baf3c3cb891824c6cccabbb79512a35fadf27ee8.zip
add space invaders
Diffstat (limited to 'space-invaders/index.html')
-rw-r--r--space-invaders/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/space-invaders/index.html b/space-invaders/index.html
new file mode 100644
index 0000000..aa61329
--- /dev/null
+++ b/space-invaders/index.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html lang="en">
+
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
+ <title>s1nical - Space Invaders</title>
+ </head>
+
+ <body>
+ <script src="/space-invaders/js/main.js"></script>
+ </body>
+
+</html> \ No newline at end of file