-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (43 loc) · 4.21 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>SERN</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header></header>
<div id="terminal">
<div id="window">
<div class="logo">
<p class="output">─────────────────────────────────────────────────────────────────────────<p>
<p class="output">─██████████████─██████████████─████████████████───██████──────────██████─<p>
<p class="output">─██░░░░░░░░░░██─██░░░░░░░░░░██─██░░░░░░░░░░░░██───██░░██████████──██░░██─<p>
<p class="output">─██░░██████████─██░░██████████─██░░████████░░██───██░░░░░░░░░░██──██░░██─<p>
<p class="output">─██░░██─────────██░░██─────────██░░██────██░░██───██░░██████░░██──██░░██─<p>
<p class="output">─██░░██████████─██░░██████████─██░░████████░░██───██░░██──██░░██──██░░██─<p>
<p class="output">─██░░░░░░░░░░██─██░░░░░░░░░░██─██░░░░░░░░░░░░██───██░░██──██░░██──██░░██─<p>
<p class="output">─██████████░░██─██░░██████████─██░░██████░░████───██░░██──██░░██──██░░██─<p>
<p class="output">─────────██░░██─██░░██─────────██░░██──██░░██─────██░░██──██░░██████░░██─<p>
<p class="output">─██████████░░██─██░░██████████─██░░██──██░░██████─██░░██──██░░░░░░░░░░██─<p>
<p class="output">─██░░░░░░░░░░██─██░░░░░░░░░░██─██░░██──██░░░░░░██─██░░██──██████████░░██─<p>
<p class="output">─██████████████─██████████████─██████──██████████─██████──────────██████─<p>
<p class="output">─────────────────────────────────────────────────────────────────────────<p>
</div>
<p class="output">Type `help` to get start.</p>
<p class="cursor">
<span class="prompt">
<span class="user">guest</span>
<span class="tick">⋙</span>
</span>
<span contenteditable="true" id="input" class="input"></span>
</p>
</div>
</div>
<footer></footer>
</body>
<script src="js/structure.js"></script>
<script type="text/javascript" src="js/terminal.js"></script>
</html>