summaryrefslogtreecommitdiff
path: root/templates/page.html
blob: fe1b84715cf4771eefdb7a84e083a0f5eca4194b (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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>LONG_TITLE</title>
<link rel="stylesheet" type="text/css" href="STYLESHEET">
<link rel="shortcut icon" href="FAVICON">
</head>
<body>
<table id="header">
<tbody>
<tr>
<td class="logo" rowspan="2"><a href="URL"><img src="LOGO"/></a></td>
<td class="title">SHORT_TITLE</td>
</tr>
<tr><td class="sub">LONG_TITLE</td></tr>
</tbody>
</table>
<table class="tabs">
<tbody>
<tr>
<td>
MENU
</td>
</tr>
</tbody>
</table>
<div id="main">
CONTENT
</div>
<div class="footer">
COPYRIGHT
Page Style derived from <a href="https://git.zx2c4.com/cgit/about/">cgit v1.2.1</a>.
<br/>
<a href="/impressum.html">Impressum</a>.
</div>
</body>
</html>