-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (43 loc) · 1.32 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>
<head>
<link rel = "stylesheet" href = "https://fonts.googleapis.com/css?family=Karla">
<link rel = "stylesheet" href = "DONOTTOUCH/css/main-page.css">
</head>
<body>
<div id = "overall-container">
<div class = "home-page-folder">
<h1>
Homeworks
</h1>
<a href = "homeworks/index.html">
<img src = "DONOTTOUCH/images/folder.png">
</a>
</div>
<div class = "home-page-folder">
<h1>
Labs
</h1>
<a href = "labs/index.html">
<img src = "DONOTTOUCH/images/folder.png">
</a>
</div>
<div class = "home-page-folder">
<h1>
Midterm
</h1>
<a href = "midterm/index.html">
<img src = "DONOTTOUCH/images/folder.png">
</a>
</div>
<div class = "home-page-folder">
<h1>
Final
</h1>
<a href = "final/index.html">
<img src = "DONOTTOUCH/images/folder.png">
</a>
</div>
</div>
</body>
</html>