-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtutorials.html
More file actions
43 lines (35 loc) · 1.47 KB
/
tutorials.html
File metadata and controls
43 lines (35 loc) · 1.47 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
<!DOCTYPE html>
<html>
<head>
<!--style sheet-->
<link rel="stylesheet" type="text/css" href="css/style.css">
<!--favicon stuff-->
<link rel="icon" href="images/favicon.ico" type="image/ico"/>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon"/>
<link rel="apple-touch-icon" sizes="76x76" href="images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="images/safari-pinned-tab.svg" color="#000000">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!--Title-->
<title>Raymond Feng</title>
</head>
<body>
<script src="js/sidebar.js"></script>
<div id="top">
<h1>Raymond Feng</h1>
<img id="pfp" src="images/nukelauncher.jpg" alt="nukelauncher"></img>
</div>
<div id="main">
<h1>Tutorials</h1>
<div id="content">
<ul>
<li>VON <a href="von_mac.html">(Mac)</a> (Windows, hopefully soon)<ul><li>An olympiad problem database script for terminal written by Evan Chen.</li></ul>
</li>
</ul>
</div>
</div>
</body>
</html>