-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathytv.html
More file actions
25 lines (25 loc) · 952 Bytes
/
Copy pathytv.html
File metadata and controls
25 lines (25 loc) · 952 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>random youtube videos</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- memory cartel -->
<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>youtube links</h2>
<p>things I want preserved</p>
<ul>
<li><a href="https://www.youtube.com/watch?v=XYpG5SRzQag&si=%28%28they+are+watching+you%29%29">working at a coal mine for 60 cents an hour type beat</a></li>
<li><a href="https://www.youtube.com/watch?v=jgFd6mpn6uw&si=%28%28they+are+watching+you%29%29">baini namaskar...</a></li>
</body>
</html>