-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (40 loc) · 1.4 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="./assets/css/main.css">
<link rel="stylesheet" href="./assets/css/jquery-ui.structure.min.css">
<script type="text/javascript" src="./assets/js/jquery.min.js"></script>
<script type="text/javascript" src="./assets/js/jquery-ui.min.js"></script>
<script type="text/javascript" src="index.js"></script>
<title>Ryounia-OS</title>
</head>
<body>
<div id="main-container">
<div id="os-wrapper">
<span id="os-text-1">Ry-<span id="os-text-2">OS</span>👹</span>
</div>
<div class="icon-wrapper" style="left: 100px; top: 100px;">
<div class="icon-container">
<img id="about-me" class="icon" src="./assets/ico/Wordpad.ico" alt="About Me">
<span class="icon-text">About Me</span>
</div>
</div>
</div>
<div class="hide focus" id="context-menu">
<ul>
<li>
New Folder
</li>
</ul>
</div>
</body>
<footer>
<div id="task-bar">
<div id="start-menu">
<span id="start-icon">👺</span>
<span id="start-text-1">G</span>
<span id="start-text-2">o!</span>
</div>
</div>
</footer>
</html>