summaryrefslogtreecommitdiff
path: root/inc/fatal.tpl
blob: 610b2b433c33d162ab299a19955d166159223926 (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 &copy; 2016 Bulletin Team</p>
  </body>
</html>