-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtemplate.html
More file actions
112 lines (84 loc) · 1.99 KB
/
template.html
File metadata and controls
112 lines (84 loc) · 1.99 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
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!doctype html>
<html lang=en>
<head><link rel="shortcut icon" type="image/x-icon" href="/favicon.png"></head>
<title>Tin Can Linux - (TITLE)</title>
<meta charset=utf-8>
<meta name=Description content="A personal website">
<meta name=viewport content="width=device-width,initial-scale=1">
<style>
body {
overflow-y: scroll;
font: 14px monospace, monospace;
background-color: #fdfaf6;
color: #586e75;
}
.c {
display: table-cell;
max-width: 80ch;
}
img {
display: block;
max-width: 80ch;
border-radius: 6px 6px;
margin-left: auto;
margin-right: auto;
}
pre {
margin: 0;
overflow-x: hidden;
}
a {
text-decoration: none;
color: #2aa198;
}
i {
color: #859900;
}
@media(max-width:999px) {
.c {
display: block;
font-size: 1.94vw;
}
}
.alnright {
text-align: right;
}
.alnleft {
text-align: left;
}
.scrollable {
height: 150px;
overflow-y: scroll;
}
th {
position: sticky;
z-index: 2;
top: 0;
}
th, td {
text-align: center;
padding-left: 12px;
padding-right: 12px;
}
.bordertable {
border: 1px solid #586e75;
border-collapse: collapse;
}
</style>
<div style="display:table;margin:16px auto">
<div class=c>
<pre style="top:0;position:sticky;user-select:none;padding-right:64px">
<a href=/ style="color:#cb4b16">Home</a>
<a href=/install>Install</a>
<a href=/wiki>Wiki</a>
<a href=/news>News</a>
<a href="/screenshots">Screenshots</a>
<a href=/register>Register</a>
<a href=https://github.com/tincan-linux/tincan/discussions>Forum</a>
<a href=https://github.com/tincan-linux>GitHub</a>
</pre></div>
<div class=c><pre>
(CONTENT)
________________________________________________________________________________
AVS Origami (C) 2024-2026
</pre></div></div>