Skip to content

Commit

Permalink
index
Browse files Browse the repository at this point in the history
  • Loading branch information
aubergene committed Mar 16, 2016
1 parent 74b974b commit 41effa9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,5 +2,5 @@

Let's play [Exquisite Corpse](https://en.wikipedia.org/wiki/Exquisite_corpse), but with HTML/CSS/JavaScript!

* [Game 01](game01.html)
View at http://aubergene.github.io/ping-pong/

8 changes: 7 additions & 1 deletion game01.html
Expand Up @@ -2,8 +2,14 @@
<html>
<head>
<meta charset="utf-8">
<title>Game 01</title>
<title>Ping Pong</title>
</head>
<body>
<h1>Ping Pong</h1>

<ul>
<li><a href="game01.html">Game 01</a></li>
</ul>

</body>
</html>
9 changes: 9 additions & 0 deletions index.html
@@ -0,0 +1,9 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Game 01</title>
</head>
<body>
</body>
</html>

0 comments on commit 41effa9

Please sign in to comment.