-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (29 loc) · 1.17 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>FranklinDM's User Page</title>
<link rel="shortcut icon" href="favicon.ico"/>
<link href="assets/common.css" rel="stylesheet" title="Phosphor"/>
</head>
<body>
<div id="container" class="center">
<h1>franklindm.github.io</h1>
<ul id="navigation">
<li>
<a href="/" class="button">Home</a>
</li>
<li>
<a href="https://projectfresco.github.io/addons/?user=franklindm" class="button">Add-ons</a>
</li>
<li>
<a href="/projects" class="button">Projects</a>
</li>
<li>
<a href="https://github.com/FranklinDM" class="button">Profile</a>
</li>
</ul>
</div>
</body>
</html>