blob: c8e9893c867b91d8fcc3b60c5e25cf04b02b7850 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Message / Bulletin</title>
<link rel="stylesheet" type="text/css" href="/css/internal.css" />
</head>
<body>
<div id="head">
<a class="logolink" href="/"></a>
</div>
<div class="box">
<p>[tpl:message]</p>
</div>
<div class="hr"></div>
<p class="back">
<a href="[tpl:link]">
[tpl:label]
</a>
</p>
<p class="copy">[copyright]</p>
</body>
</html>
|