-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·27 lines (26 loc) · 943 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>erikkaju.com</title>
<link rel="stylesheet" href="erikkaju.com.css">
</head>
<body>
<style id="cmd-css"></style>
<div class='console'>
<div class='console-inner'>
<div id="outputs"></div>
<div class='terminal-prompt-box' style="display: none;">
<span class='console-label'>User ></span>
<input type="text" id="consoleInput" class='console-input' placeholder="Type command...">
</div>
</div>
</div>
</body>
<script src="lib/jquery3.6.0.min.js"></script>
<script src="lib/js.cookie.min.js"></script>
<script src="lib/tabcomplete.js"></script>
<script src="OS/terminal.js"></script>
<script src="OS/kajuOS.js"></script>
<script src="OS/KajuAppContainer.js"></script>
</html>