about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--assets/tmpl/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/assets/tmpl/index.html b/assets/tmpl/index.html
new file mode 100644
index 0000000..fdd91ca
--- /dev/null
+++ b/assets/tmpl/index.html
@@ -0,0 +1,13 @@
+<!DOCTYPE PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/1/DTD/1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/" lang="en" xml:lang="en">
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+  <link rel="stylesheet" type="text/css" href="/css">
+  <title>{{.Title}} - twtxt Registry</title>
+</head>
+<body>
+  <div id="container">
+  </div>
+</body>
+</html>
ref='#n31'>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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91










                                                                   
                                                           














































































                                                                                     














762107fd ^
9cbd4199 ^

de8a15e9 ^














5396e24c ^
de8a15e9 ^







9cbd4199 ^



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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85