Add current draft version

This commit is contained in:
Dei Layborer
2024-10-09 15:43:18 -04:00
committed by GitHub
parent 0c9ed6daf1
commit 532c3884fb
4 changed files with 251 additions and 0 deletions

22
index.html Normal file
View File

@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<title>thunix.net</title>
<meta charset="utf-8">
<link rel="stylesheet" href="thooniks.css">
</head>
<body>
<div id="head">thunix.net
<div>est. 2017, reborn 2018</div>
</div>
<div id="terminal">
<span id="motd">Enter 'help' to see a list of commands.</span>
</div>
<div id="input-container">
<span>></span><input type="text" id="user-input">
</div>
<script src="commands.js"></script>
<script src="term.js"></script>
</body>
</html>