-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (43 loc) · 1.77 KB
/
Copy pathindex.html
File metadata and controls
48 lines (43 loc) · 1.77 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
<!doctype html>
<html>
<head>
<title>PerryMa*tk: Software Engineering</title>
<link rel="stylesheet" type="text/css" href="default.css">
<link rel="shortcut icon" type="image/png" href="/favicon.png">
<link rel="canonical" href="https://perryma.tk/" />
<script src="https://use.fontawesome.com/8e8d811efd.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="page">
<div class="title">
Perryma<span class="tiny"><i class="fa fa-cog fa-spin"></i></span>tk: Software Engineering
</div>
<div class="wrapper">
<div class="menubar">
<div class="menu" onclick="">
<h1>Links</h1>
<div class="dropdown">
<ul>
<li><a href="/">Perryma.tk Home</a></li>
<li><a href="https://codehs.com/">Code HS</a></li>
<li><a href="https://github.com/">GitHub</a></li>
</ul>
</div>
</div>
</div>
<div class="main">
Class Topics:
<ul>
<li><a href="html.html">HTML</a></li>
</ul>
Student Sites:
<ul>
<li><a href="2017sites.html">2017-2018</a></li>
<li><a href="2016sites.html">2016-2017</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>