mirror of
https://github.com/ION606/ProcGen.git
synced 2026-05-14 22:06:56 +00:00
13 lines
354 B
HTML
13 lines
354 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/room.css">
|
||
|
|
<script src="/scripts/roominternal.js"></script>
|
||
|
|
</head>
|
||
|
|
<body style="padding: auto">
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|