-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (46 loc) · 1.65 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
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pseudows 21</title>
<link rel='stylesheet' href='./alert.css'>
<link rel='stylesheet' href='./style.css'>
<script src="https://kit.fontawesome.com/2804bbfa05.js" crossorigin="anonymous"></script>
</head>
<body oncontextmenu="return false;">
<script src='./alert.js'></script>
<script src='./minesweeper.js'></script>
<script src='./src/App.js'></script>
<script src='./src/Window.js'></script>
<script src='./src/util.js'></script>
<script src='./src/About.js'></script>
<script src='./src/Browser.js'></script>
<script src='./src/Calculator.js'></script>
<script src='./src/InternetWanderer.js'></script>
<script src='./src/Minesweeper.js'></script>
<script src='./src/Notepad.js'></script>
<script src='./src/Paint.js'></script>
<script src='./src/Terminal.js'></script>
<script src='./src/apps.js'></script>
<script src='./main.js'></script>
<div id='app'>
<div id='desktop'> </div>
<div id='switcher'>
<button type='button' id='menu-open-btn'>Menu</button>
<div id='switcher-buttons'>
</div>
<div id='switcher-clock'>
<div id='switcher-clock-time'></div>
<div id='switcher-clock-date'></div>
</div>
</div>
<div id='menu'>
<div id='menu-sidebar'>Pseudows 21</div>
<div id='menu-items'>
</div>
</div>
</div>
</body>
</html>