mirror of
https://github.com/ION606/ProcGen.git
synced 2026-05-14 22:06:56 +00:00
first commit
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
<!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>
|
||||
</head>
|
||||
<body>
|
||||
<button class="hidebtn" onclick="reset()">🗑</button>
|
||||
<main class="dispGrid">
|
||||
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user