-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (70 loc) · 3.38 KB
/
Copy pathindex.html
File metadata and controls
76 lines (70 loc) · 3.38 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html>
<head>
<title>Web98</title>
<meta charset="UTF-8" />
<meta name="description" content="Browser-based Windows 98 style desktop environment" />
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="https://unpkg.com/98.css@0.1.4/build/98.css" />
<script defer src="https://direct.weekoldroadkill.com/uma-app/script.js"
data-website-id="386b8a80-d2b9-4a76-9a2b-83cd9a9d82cd"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<link rel="stylesheet" href="style.css?nocache=2" />
</head>
<body style="background: #008080; overflow: hidden">
<script>0</script> <!-- "Layout was forced before the page was fully loaded" -->
<div class="desktop"></div>
<div class="taskbar norem window">
<img class="start-button" onclick="toggleStartmenu();"
src='https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/a97bf8e2-19dd-4d0d-bce2-0d9e12eaa48a/dgj25p5-80c7ac8d-b290-4bc6-b850-726674355b48.png/v1/fill/w_977,h_374,q_80,strp/i_made_the_windows95_start_button__by_nathandasilva_dgj25p5-fullview.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7ImhlaWdodCI6Ijw9Mzc0IiwicGF0aCI6IlwvZlwvYTk3YmY4ZTItMTlkZC00ZDBkLWJjZTItMGQ5ZTEyZWFhNDhhXC9kZ2oyNXA1LTgwYzdhYzhkLWIyOTAtNGJjNi1iODUwLTcyNjY3NDM1NWI0OC5wbmciLCJ3aWR0aCI6Ijw9OTc3In1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmltYWdlLm9wZXJhdGlvbnMiXX0.3HjOiVulL5qg8XuWJyys_bvT62alteM1YZDTy1lwvbY' />
<div class="vertical-line"></div>
<div class="open-windows">
<!-- <button class="taskbar-button" onclick="randomWinodws();">💥AAAAAAA</button> -->
<!-- <button class="taskbar-button" onclick="closeAll();">⛔CLOSEEEEE</button> -->
<!-- <button class="taskbar-button" onclick="customWin();">📁NEW WINDOW</button> -->
</div>
<div class="vertical-line" style="margin-right: 5px;"></div>
<div class="clock-tray norem">
<div class="trayicons">
<!-- calendar-3.png -->
<img src="img/icon/calendar-5.png" title="Calendar"/>
<!-- loudspeaker_rays-0.png -->
<img src="img/icon/loudspeaker_rays-1.png" title="Sound"/>
</div>
<div class="trayclock">
<p class="clock"></p>
</div>
</div>
</div>
<div class="startmenucontainer">
<div class="startmenu norem window animate__animated">
<div class="win98name">
<div class="title-bar">
<div class="title-bar-text">Windows98</div>
</div>
</div>
<div class="startmenucontent">
<div class="startmenuitem" onclick="customWin();">
<p>📁 New Window</p>
</div>
<div class="startmenuitem" onclick="randomWinodws();">
<p>💥 Random Windows</p>
</div>
<div class="startmenuitem" onclick="closeAll();">
<p>⛔ Close All</p>
</div>
<div class="startmenuitem" onclick="weekoldroadkill();">
<p>🦌 weekOldRoadkill</p>
</div>
<div class="startmenuitem" onclick="zigzag1001();">
<p>👑 zigzag1001</p>
</div>
</div>
</div>
</div>
<div class='mainwin' style="display: none;">
</div>
</body>
<script src="script.js?nocache=2"></script>
<script src="hardcoded.js?nocache=3"></script>
</html>