-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (52 loc) · 1.52 KB
/
Copy pathindex.html
File metadata and controls
57 lines (52 loc) · 1.52 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
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en" class="classes">
<head>
<title>road road</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div>
<nav>
<h1><em>
<ul>impl new for tab</ul>
</em></h1>
<em>
<ul>
<li>general</li>
<li><a target="_blank" href="https://github.com/">github</a></li>
<li><a target="_blank" href="https://news.ycombinator.com">hackernews</a></li>
<li><a target="_blank" href="https://youtube.com">youtube</a></li>
<li><a target="_blank" href="https://netflix.com">netflix</a></li>
</ul>
</em>
<em>
<ul>
<li>reddit</li>
<li><a target="_blank" href="https://www.reddit.com/r/unixporn/">r/unixp*rn</a></li>
<li><a target="_blank" href="https://www.reddit.com/r/archlinux/">r/archlinux</a></li>
<li><a target="_blank" href="https://www.reddit.com/r/vertcoin/">r/vertcoin</a></li>
<!-- <li><a target="_blank" href="https://www.reddit.com/r/archlinux/">r/archlinux</a></li> -->
</ul>
</em>
<em>
<ul>
<li>rust</li>
<li><a target="_blank" href="https://www.reddit.com/r/rust/">r/rust</a></li>
<li><a target="_blank" href="https://doc.rust-lang.org/stable/book/">rust book</a></li>
</ul>
</em>
<ul>
<li>search</li>
<li>
<form action="https://duckduckgo.com/" method="GET">
<input autofocus
name="q"
type="search"
placeholder="search">
</form>
</li>
</ul>
</nav>
</div>
</body>
</html>