forked from oklemenz/LemmingsJS
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprocgen.html
More file actions
15 lines (15 loc) · 580 Bytes
/
procgen.html
File metadata and controls
15 lines (15 loc) · 580 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">
<head>
<title>Lemmings Procgen</title>
<meta charset="UTF-8" />
<meta name="lemmings-analytics" content="runtime" />
<meta name="lemmings-analytics-endpoint" content="" />
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, user-scalable=0.0, viewport-fit=cover"/>
<link type="text/css" rel="stylesheet" href="css/procgen.css">
<script type="module" src="js/app/procgenBoot.js"></script>
</head>
<body>
<canvas id="gameCanvas" class="gameCanvas"></canvas>
</body>
</html>