diff options
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> |