15 lines
293 B
HTML
15 lines
293 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="description" content="">
|
|
<meta name="keywords" content="">
|
|
|
|
<title>Canvas Test</title>
|
|
|
|
<script src="scripts.js"></script>
|
|
</head>
|
|
<body id="body"">
|
|
<canvas id="comic">get a better browser, fool.</canvas>
|
|
</body>
|
|
</html>
|