inhabitor/index.html

12 lines
268 B
HTML
Raw Normal View History

2023-12-22 19:59:08 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>Inhabitor - The Habitat Inspector</title>
<script src="index.js"></script>
</head>
<body>
<div id="cels"></div>
2023-12-23 02:01:54 +00:00
<div id="errors"></div>
2023-12-22 19:59:08 +00:00
</body>
</html>