summaryrefslogtreecommitdiff
path: root/inc/fatal.tpl
diff options
context:
space:
mode:
authorBulletin <bulletin@bulletinalpha.tk>2016-12-29 16:42:32 -0500
committerBulletin <bulletin@bulletinalpha.tk>2016-12-29 16:42:32 -0500
commit1a7fa60f6cb2ee26843ca19e37bb4ff44104ad55 (patch)
tree2fa1fbdea9992ab63ba2a7abbac8bbcd633d13f7 /inc/fatal.tpl
downloadbulletin-1a7fa60f6cb2ee26843ca19e37bb4ff44104ad55.tar.gz
Added existing progress
Diffstat (limited to 'inc/fatal.tpl')
-rw-r--r--inc/fatal.tpl23
1 files changed, 23 insertions, 0 deletions
diff --git a/inc/fatal.tpl b/inc/fatal.tpl
new file mode 100644
index 0000000..610b2b4
--- /dev/null
+++ b/inc/fatal.tpl
@@ -0,0 +1,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>