diff options
author | pommicket <leonardomtenenbaum@gmail.com> | 2017-01-11 22:25:12 -0500 |
---|---|---|
committer | pommicket <leonardomtenenbaum@gmail.com> | 2017-01-11 22:25:12 -0500 |
commit | e9fc63b3814daa727bbc6bd0152b3b2917ae7ae1 (patch) | |
tree | fafce43267974e4c3fb2e63709ed0103b20efbf5 /games.html | |
parent | f47242f4ecfa8be617ead9295ec81a7f12f9a1e2 (diff) |
Added word length option to Anagram Game
Diffstat (limited to 'games.html')
-rw-r--r-- | games.html | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -53,6 +53,14 @@ </div> </div> + <div class="row"> + <div class="col-lg-4 col-md-6 col-sm-8 col-xs-10 well well-sm project"> + <img src="screenshots/anagramgame.png" width=250 height=250><br> + <div class="project-title"><a href="anagramgame.html">The Anagram Game</a></div> + Find an anagram of a random word. + </div> + </div> + </div> </body> </html> |