summaryrefslogtreecommitdiff
path: root/templates/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page.html')
-rw-r--r--templates/page.html38
1 files changed, 38 insertions, 0 deletions
diff --git a/templates/page.html b/templates/page.html
new file mode 100644
index 0000000..fe1b847
--- /dev/null
+++ b/templates/page.html
@@ -0,0 +1,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>