-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (35 loc) · 833 Bytes
/
Copy pathindex.html
File metadata and controls
48 lines (35 loc) · 833 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>notes</title>
<style type="text/css">
body {
margin: 40px auto;
max-width: 650px;
line-height: 1.6;
font-size: 16px;
color: #444;
padding: 0 10px;
background-color: #eee;
}
h1,
h2,
h3 {
line-height: 1.2
}
</style>
</head>
<body>
<header>
<h1>notes</h1>
<aside>For my future me and maybe someone else.</aside>
</header>
<h2><a href="notes/openwrt-zyxel-nsa325.html">OpenWrt / Zyxel NSA325</a></h2>
<script src="/assets/anchor-4.2.2.min.js"></script>
<script>
anchors.add();
</script>
</body>
</html>