forked from robhawkes/google-bouncing-balls
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
13 lines (12 loc) · 874 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html lang="en">
<title>Google's Bouncing Balls | HTML5 Canvas | Rob Hawkes</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/main.css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<body>
<canvas id="c" width="400" height="400"></canvas>
<p id="attribution">Made by Rob Hawkes – <a href="http://twitter.com/robhawkes">My Twitter</a> – <a href="http://rawkes.com/blog/2010/09/07/recreating-googles-bouncing-balls-logo-in-html5-canvas">Blog Post</a> - <a href="http://twitter.com/?status=RT%20%40robhawkes%3A%20So%20I%20reconstructed%20the%20Google%20bouncing%20balls%20logo%20in%20HTML5%20canvas.%20What%20do%20you%20think%3F%20http%3A%2F%2Frawk.es%2Fr">Tweet This</a></p>
</body>
</html>