blob: fd7889a693a5e89bdb7e2c1a9546f0b15e9211c1 (
plain)
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
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="generator" contents="lcmark">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<title>$title$</title>
<link rel="icon" type="image/png" href="$favicon$" />
<style>
html {font-family: sans-serif;}
pre {
background-color: $onefangPurple$;
overflow-x: auto;
width: 92vw;
margin: 1px;
}
menu {
list-style-type: none;
}
</style>
</head>
<body bgcolor="black" text="white" alink="yellow" link="yellowgreen" vlink="red">
<table style="background-color: $karenPurple$; width: 98vw; margin: 1; line-style: none; border-style: none; border-spacing: 0;">
<tr>
<td><a href="$home$"><img src="$logo$" alt="alt text" title="Not (Yet) (Another / A) Wiki."/></a></td>
<td><p>👣 $trail$</p></td>
</tr>
<tr>
<td rowspan=2 style="white-space:nowrap; vertical-align:top;">$menu$</td>
<td style="text-align: right;">$header$ plus login and register buttons </td>
</tr>
<tr>
<td style="background-color: black; width: fit-content;">
<main class="contentBox" style="overflow-y: auto; overflow-x: hidden;">
<h1>$pagetitle$</h1>
$body$
</main>
</td>
</tr>
<tr>
<td>$history$</td>
<td style="text-align: right;">$footer$</td>
</tr>
</table>
</body>
</html>
|