renaming scripts.js

This commit is contained in:
Bala Clark 2010-07-10 14:12:45 +01:00
parent 385cc5adb5
commit ca526ede6e

View file

@ -8,9 +8,10 @@
<title>Canvas Test</title> <title>Canvas Test</title>
<link rel="stylesheet" href="reset.css" media="screen, projection" /> <link rel="stylesheet" href="reset.css" media="screen, projection" />
<script src="scripts.js"></script> <link rel="stylesheet" href="styles.css" media="screen, projection" />
<script src="ComicBook.js"></script>
</head> </head>
<body id="body""> <body id="body"">
<canvas id="comic">get a better browser, fool.</canvas> <canvas id="comic">The reader only works with modern browsers currently. Legacy browser support is coming soon.</canvas>
</body> </body>
</html> </html>