-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbofh.tmpl
28 lines (24 loc) · 1.01 KB
/
bofh.tmpl
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
<!doctype html>
<html lang="en" class="h-100">
<head>
<title>Bastard operator from hell excerptions</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="https://getbootstrap.com/docs/4.4/examples/sticky-footer/sticky-footer.css" rel="stylesheet">
</head>
<body class="d-flex flex-column h-100">
<main role="main" class="flex-shrink-0">
<div class="container">
<p class="lead">The cause of the problem is:</p>
<h1 class="mt-5">{{.Excuse}}</h1>
</div>
</main>
<footer class="footer mt-auto py-3">
<div class="container">
<span class="text-muted">Version {{.Version}}, build date: {{.TimeStamp}}</span>
</div>
</footer>
</body>
</html>