M static/games/index.html => static/games/index.html +14 -10
@@ 8,15 8,19 @@
</head>
<body>
- <h1>Games</h1>
- <br>
- <a href="cyoa/">Choose Your Own Adventure</a>
- <br>
- <p>Play your way along a slightly random story in which you decide your own fate.
- Journey into a mystical world where anything can happen.</p>
- <br>
- <a href="tic-tac-toe/">Tic Tac Toe</a>
- <br>
- <p>A new take on an old game. Play with up to three people!</p>
+ <header>
+ <h1>Games</h1>
+ </header>
+ <p>
+ <a href="cyoa/">Choose Your Own Adventure</a>
+ <br>
+ Play your way along a slightly random story in which you decide your own fate.
+ Journey into a mystical world where anything can happen.
+ </p>
+ <p>
+ <a href="tic-tac-toe/">Tic Tac Toe</a>
+ <br>
+ A new take on an old game. Play with up to three people!
+ </p>
</body>
</html>