generated from s9a/porpoise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (37 loc) · 823 Bytes
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">
<title>surge</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#111">
<meta name="color-scheme" content="dark">
<meta name="description" content="hypertext surge">
<style>
:any-link {
text-decoration: overline wavy;
}
:focus {
outline: thick dashed;
}
html {
font: max(33pt, 33vw) system-ui;
}
body {
box-sizing: border-box;
margin: auto;
padding-block: 9vh;
padding-inline: 9vw;
}
</style>
<style media="(orientation: portrait)">
body {
writing-mode: vertical-rl;
}
</style>
<link rel="help" href="https://github.com/s9a/surge">
<link rel="license" href="LICENSE.txt">
<nav aria-label="surge">
<samp>
<a href="/">www</a>
</samp>
</nav>