diff options
author | Charadon <dev@iotib.net> | 2022-06-25 01:55:56 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-06-25 01:55:56 -0400 |
commit | bc664e9a94271463e35e26a7c988757469986ad7 (patch) | |
tree | 36a920e2767b10406ca4faa467bf604f602444b1 /docs/index.html | |
parent | c020a309846d9d20be1badd28e592da161d1761f (diff) | |
download | Pong-C-bc664e9a94271463e35e26a7c988757469986ad7.tar.gz |
Added a manual
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..e98af3c --- /dev/null +++ b/docs/index.html @@ -0,0 +1,24 @@ +<html> + <h1>Pong Manual</h1> + <hr> + <span style="font-weight: bold;"> + Table of Contents: + </span> + <ol> + <li> + Gamemodes: + <ul> + <li><a href="gamemodes/versus.html">Versus</a></li> + <li><a href="gamemodes/marathon.html">Marathon</a></li> + </ul> + </li> + <li> + Controls: + <ul> + <li><a href="controls/mouse.html">Mouse</a></li> + <li><a href="controls/gamepad.html">Gamepad</a></li> + <li><a href="controls/keyboard.html">Keyboard</a></li> + </ul> + </li> + </ol> +</html> |