X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=templates%2Ftictactoe-game.html;fp=templates%2Ftictactoe-game.html;h=f80ebf42d4730e5297b824f07715abe4f4cf2557;hb=d04124365041fb3d9606a0aa56b49a2147565038;hp=0000000000000000000000000000000000000000;hpb=ee078f73ebf00c2bb769de5e7502824b37b96535;p=empires-server diff --git a/templates/tictactoe-game.html b/templates/tictactoe-game.html new file mode 100644 index 0000000..f80ebf4 --- /dev/null +++ b/templates/tictactoe-game.html @@ -0,0 +1,20 @@ +{% extends "base.html" %} + +{% block head %} + + + + + +{% endblock %} + +{% block page %} +

Tic Tac Toe

+ +

+ Just the classic game. +

+ +
+ +{% endblock %}