Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
Latest commit
48 lines (47 loc) · 2.19 KB
/
Copy path404.html
File metadata and controls
48 lines (47 loc) · 2.19 KB
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
46
47
48
<!DOCTYPE html>
<htmllang="en">
<head>
<metacharset="UTF-8" />
<title>Page 404 Terminal</title>
<metaname="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
<linkrel="stylesheet" href="/src/assets/css/404.css" />
<scriptsrc="/src/assets/js/404.mjs"></script>
</head>
<bodyclass="" id="body">
<mainid="main">
<headerclass="Menubar">
<pclass="title_Terminal">Terminal</p>
<pclass="title_404">404</p>
<divclass="Menu_BTN">
<ahref="#" id="min" onclick="BTNS('min')"></a>
<ahref="#" id="max" onclick="BTNS('max')"></a>
<ahref="./" id="close"></a>
</div>
</header>
<divclass="Terminal_body" id="Terminal">
<p>Oops! This page has not been forged</p>
<br/>
<p>Enter <spanclass="red"> help </span>for help</p>
<br/>
<divclass="Terminal_code">
<divclass="Terminal_line">
<divclass="code" id="code"></div>
<spanclass="arrow">→</span><spanclass="user-input" id="userInput"></span><labelfor="Keyboard"></label><inputtype="text" id="Keyboard" class="keyboard" />
</div>
</div>
</div>
</main>
<divclass="min_app" id="min_app">
<ahref="#" onclick="BTNS('re')">
<svgxmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="40" height="40">
<pathfill="#CFD8DC" d="M41,6H7C6.4,6,6,6.4,6,7v35h36V7C42,6.4,41.6,6,41,6z" />
<pathfill="#263238" d="M8 13H40V40H8z" />
<pathfill="#90A4AE" d="M13.5 8A1.5 1.5 0 1 0 13.5 11 1.5 1.5 0 1 0 13.5 8zM9.5 8A1.5 1.5 0 1 0 9.5 11 1.5 1.5 0 1 0 9.5 8z" />
<g>
<pathfill="#18FFFF" d="M18.5 26.5l-3.5-2V22l6 3.4v2.1L15 31v-2.5L18.5 26.5zM23 29H33V31H23z" />
</g>
</svg>
</a>
</div>
</body>
</html>