don't worry about styles for now

This commit is contained in:
Bala Clark 2010-07-07 09:00:06 +01:00
parent 8e264471b9
commit 00f801d1c8

View file

@ -7,11 +7,9 @@
<title>Canvas Test</title> <title>Canvas Test</title>
<link rel="stylesheet" href="http://github.com/joshuaclayton/blueprint-css/raw/master/blueprint/src/reset.css" media="screen, projection">
<link rel="stylesheet" href="styles.css" media="screen, projection">
<script src="scripts.js"></script> <script src="scripts.js"></script>
</head> </head>
<body> <body id="body"">
<canvas id="comic">get a better browser, fool.</canvas> <canvas id="comic">get a better browser, fool.</canvas>
</body> </body>
</html> </html>