17 lines
465 B
HTML
17 lines
465 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="description" content="">
|
|
<meta name="keywords" content="">
|
|
|
|
<title>Canvas Test</title>
|
|
|
|
<link rel="stylesheet" href="http://github.com/joshuaclayton/blueprint-css/raw/master/blueprint/src/reset.css">
|
|
<link rel="stylesheet" href="styles.css" media="screen, projection">
|
|
<script src="scripts.js"></script>
|
|
</head>
|
|
<body>
|
|
<canvas id="comic">get a better browser, fool.</canvas>
|
|
</body>
|
|
</html>
|