-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (41 loc) · 2.07 KB
/
Copy pathindex.html
File metadata and controls
48 lines (41 loc) · 2.07 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
<!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>Welcome</h1>
<div id="content">
<p>Hi! I'm Raymond. Here are some fun facts about myself:</p>
<ul>
<li>AoPS username: <a href="https://artofproblemsolving.com/community/user/238280" target="_blank">nukelauncher</a></li>
<li>OS: Mac</li>
<li>Hobbies: math, coding, running</li>
<li>Favorite color: <span style="color: red">Red</span></li>
<li>Favorite games: <a href="https://play-litaf.herokuapp.com/" target="_blank">Fish</a>, <a href="https://hanab.live/" target="_blank">Hanabi</a>, <a href="https://zpy.mxawng.com/" target="_blank">Tractor</a>, <a href="https://avalon.fun/" target="_blank">Avalon</a>, Mafia, Mao</li>
<li>Favorite sticker: Qoobee Agapi</li>
<li>Favorite sport: High jump</li>
</ul>
</div>
</div>
</body>
</html>