diff options
| author | s1nical <[email protected]> | 2019-08-16 05:58:53 -0700 |
|---|---|---|
| committer | s1nical <[email protected]> | 2019-08-16 05:58:53 -0700 |
| commit | bec4e31ea85e53445d29490824fb61035cccfe75 (patch) | |
| tree | 5d35f61da07ec0b2ac9d17fd50b301f8fdc5699e /space-invaders/index.html | |
| parent | add wolfenstein 3d to games directory (diff) | |
| download | s1n.pw-admin-bec4e31ea85e53445d29490824fb61035cccfe75.tar.xz s1n.pw-admin-bec4e31ea85e53445d29490824fb61035cccfe75.zip | |
various removals, fixes, changes
- remove license, readme
- update humans
- resources > doc
- todo.todo > spike/todo.todo
- mobile excludes for space invaders and wolf3d
Diffstat (limited to 'space-invaders/index.html')
| -rw-r--r-- | space-invaders/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/space-invaders/index.html b/space-invaders/index.html index 71e2f11..03e49e3 100644 --- a/space-invaders/index.html +++ b/space-invaders/index.html @@ -7,6 +7,7 @@ <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>s1nical - Space Invaders</title> <link rel="shortcut icon" href="/space-invaders/favicon.png" type="image/x-icon"> + <script src="/space-invaders/js/mobile.js"></script> </head> <body> |