<!DOCTYPE html>
<html>
<head>
<title> ANGRY SNEK </title>
<meta charset="utf-8">
<link rel="stylesheet" href="snek.css">
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=0.5" />
<meta name="apple-mobile-web-app-capable" content="yes" />
</head>
<body>
<noscript>
<pre>
_____________________
| |
| |
| |
| |
| |
| |
/ \
\ /
|
O
'
_____________________
HISS!
</pre>
</noscript>
<canvas id="canvas1"></canvas>
<script src="snek.js"></script>
</body>
</html>