-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path500.tpl
46 lines (45 loc) · 1.41 KB
/
500.tpl
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
39
40
41
42
43
44
45
46
<!DOCTYPE HTML>
<html>
<head>
<title>{$config["appName"]}</title>
<meta name="keywords" content=""/>
<meta name="description" content=""/>
<meta charset="utf-8" />
<link rel="shortcut icon" href="/favicon.ico"/>
<link rel="bookmark" href="/favicon.ico" type="image/x-icon"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"/>
<link rel="shortcut icon" type="image/ico" href="images/ssr.ico">
<link rel="stylesheet" href="/assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="/assets/css/noscript.css" />
</noscript>
</head>
<body>
<div id="wrapper">
<header id="header">
<div class="logo">
<span class="icon fa-rocket"></span>
</div>
<div class="content">
<div class="inner">
<h1>500 error</h1>
<p>Server error</p>
<p>Submitting Work Order Contact Station Master</p>
</div>
</div>
<nav>
<ul>
<li><a href="./#">Back home</a></li>
</ul>
</nav>
</header>
<footer id="footer">
<p class="copyright">©{$config["appStartTime"]}-{date("Y")} {$config["appName"]} </p>
</footer>
</div>
<div id="bg"></div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/gh/ajlkn/[email protected]/dist/skel.min.js"></script>
<script src="/assets/js/util.js"></script>
<script src="/assets/js/main.js"></script>
</body></html>