-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·43 lines (43 loc) · 1.87 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="allScreen">
<div class="backgroundArea"></div>
<div class="taskbar">
<div class="startGuys">
<img src="icons/starticon.png" alt="Start Icon" />
<img src="icons/searchicon.png" alt="Search Icon" />
<img src="icons/desktopsicon.png" alt="Desktops Icon" />
<img src="icons/explorericon.png" alt="Explorer Icon" />
<img src="icons/firefoxicon.png" alt="Firefox Icon" />
<img
src="icons/windowsterminalicon.png"
alt="Windows Terminal Icon"
/>
<img src="icons/spotifyicon.png" alt="Search Icon" />
</div>
<div class="clockGuys">
<img src="icons/bellicon.png" alt="Bell Icon" />
<div class="taskbarClock">
<p class="taskbarTime">6:24 PM</p>
<p class="taskbarDate">2/27/2024</p>
</div>
<img src="icons/volume.png" alt="Volume Icon" />
<img src="icons/ethernet.png" alt="Ethernet Icon" />
<img src="icons/idm.png" alt="IDM Icon" />
<img src="icons/telegram.png" alt="Telegram Icon" />
<img src="icons/arrowup.png" alt="Arrow Up Icon" />
</div>
</div>
<div class="contextMenu"></div>
<div class="selection"></div>
</div>
<script src="script.js" defer></script>
</body>
</html>