17 lines
419 B
HTML
17 lines
419 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="icon" type="image/png" href="img/favicon.png">
|
|
<link rel="stylesheet" type="text/css" href="css/styles.css">
|
|
<title>
|
|
Starbugs
|
|
</title>
|
|
<script src="starbugs-min.js"></script>
|
|
</head>
|
|
<body>
|
|
<canvas id="starbugs_canvas">
|
|
Sorry, your browser does not currently support HTML5 Canvas.
|
|
</canvas>
|
|
</body>
|
|
</html>
|