16 lines
364 B
HTML
16 lines
364 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="reset.css" media="screen, projection" />
|
|
<script src="scripts.js"></script>
|
|
</head>
|
|
<body id="body"">
|
|
<canvas id="comic">get a better browser, fool.</canvas>
|
|
</body>
|
|
</html>
|