mirror of
https://github.com/ION606/ProcGen.git
synced 2026-05-14 13:56:56 +00:00
18 lines
521 B
HTML
18 lines
521 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>ProcGen Mark I</title>
|
|
<link rel="stylesheet" type="text/css" href="/styles/style.css">
|
|
<script src="/scripts/init.js"></script>
|
|
<script src="/scripts/player.js"></script>
|
|
<script src="/scripts/room.js"></script>
|
|
</head>
|
|
<body>
|
|
<button class="hidebtn" onclick="reset()">🗑</button>
|
|
<main class="dispGrid">
|
|
|
|
</main>
|
|
</body>
|
|
</html> |