diff options
Diffstat (limited to 'templates/games/index.html.template')
| -rw-r--r-- | templates/games/index.html.template | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/games/index.html.template b/templates/games/index.html.template new file mode 100644 index 0000000..a2e930b --- /dev/null +++ b/templates/games/index.html.template @@ -0,0 +1,8 @@ +{{define "head"}}<title>Games</title>{{end}} + +<section> + <ul> + <li><a href="/games/pong">Pong</a> (warning: loud)</li> + <li><a href="/games/stallman">Stallman shooter</a></li> + </ul> +</section> |
