mirror of
https://github.com/ThunixdotNet/site.git
synced 2026-01-24 04:20:17 +00:00
Add current draft version
This commit is contained in:
22
index.html
Normal file
22
index.html
Normal 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>
|
||||
Reference in New Issue
Block a user