-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (25 loc) · 720 Bytes
/
Copy pathindex.html
File metadata and controls
26 lines (25 loc) · 720 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>no3465</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- what are you looking for here? -->
<nav>
<a href="/">home</a>
<a href="/ytv.html">youtube videos I want archived</a>
<a href="/rt.html">random thoughts</a>
<a href="/lnk.html">links to interesting sites</a>
<a href="/msc.html">music</a>
<a href="/mv.html">movies</a>
</nav>
<h2>hello</h2>
<p>this will be my place online for a while</p>
<!-- <footer>
<p>Made by Me</p>
</footer> -->
</body>
</html>