diff options
| author | s1nical <[email protected]> | 2019-08-12 22:01:55 -0700 |
|---|---|---|
| committer | s1nical <[email protected]> | 2019-08-12 22:01:55 -0700 |
| commit | baf3c3cb891824c6cccabbb79512a35fadf27ee8 (patch) | |
| tree | 80f7af554a591469b164e425aa5ae40f6a9d71c8 /space-invaders/index.html | |
| parent | formatting issues (diff) | |
| download | s1n.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.html | 15 |
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 |