Skip to content

Commit

Permalink
added canvas to default gh page
Browse files Browse the repository at this point in the history
  • Loading branch information
chinchang committed Mar 28, 2012
1 parent 64dde80 commit 4ef51dc
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions index.html
Expand Up @@ -15,6 +15,7 @@
#container {
margin: 0 auto;
width: 700px;
text-align: center;
}
h1 { font-size: 3.8em; color: #000000; margin-bottom: 3px; }
h1 .small { font-size: 0.4em; }
Expand Down Expand Up @@ -42,32 +43,19 @@
<img border="0" width="90" src="https://github.com/images/modules/download/tar.png"></a>
</div>

<h1><a href="https://github.com/chinchang/Bouncy_HTML5">Bouncy_HTML5</a>
<span class="small">by <a href="https://github.com/chinchang">chinchang</a></span></h1>

<div class="description">
HTML5 version of my game Bouncy.
</div>




<h1><a href="https://github.com/chinchang/Bouncy_HTML5">Bouncy_HTML5</a></h1>



<canvas id="c" width="640" height="480" style=" border: 1px solid #AAA;"></canvas>

<h2>License</h2>
<p>The MIT License</p>



<h2>Authors</h2>
<p>Kushagra Gour (chinchang457@gmail.com)<br/> </p>



<h2>Contact</h2>
<p> (chinchang457@gmail.com)<br/> </p>
<p>Kushagra Gour (chinchang457@gmail.com)
<br/> </p>


<h2>Download</h2>
Expand All @@ -87,5 +75,6 @@ <h2>Download</h2>

</div>

<script src="game.js" ></script>
</body>
</html>

0 comments on commit 4ef51dc

Please sign in to comment.