-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 1.23 KB
/
Copy pathindex.html
File metadata and controls
32 lines (32 loc) · 1.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lily Comeau</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/348bedc32f.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- <meta http-equiv="refresh" content="0; url=ENTER URL HERE"> -->
<div class="system1">
<section id="toolBar">
<div id="menu-container">
<!-- image -->
<button id="apple" class="toolBarMenuItems"><i class="fa-brands fa-apple"></i></button>
<button id="file" class="toolBarMenuItems">File</button>
<button id="edit" class="toolBarMenuItems">Edit</button>
<button id="view" class="toolBarMenuItems">View</button>
<button id="special" class="toolBarMenuItems">Special</button>
</div>
</section>
<section id="screen">
<section class="desktop-icons">
<div id="document-previews"></div>
<div id="folder-previews"></div>
</section>
</section>
</div>
<script type="module" src="index.js"></script>
</body>
</html>