forked from twbs/bootstrap-sass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
error.html
40 lines (37 loc) · 1.31 KB
/
error.html
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
<!DOCTYPE html>
<html lang="en-GB">
<head>
<title>Error – Talis</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect"
href="https://fonts.gstatic.com"
crossorigin />
<link rel="preload"
as="style"
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap" />
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap"
media="print"
onload="this.media='all'" />
<link rel="stylesheet" href="dist/app.css">
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico" />
</head>
<body class="t-error">
<main class="c-error-page__container">
<h1 class="c-error-page__header">Error!</h1>
<section class="c-error-page__context">
<h2 class="c-error-page__subheader">
Something has gone wrong, and our team has been notified
</h2>
<hr />
<dl id="errorDesc" class="o-dl--inline">
<dt>Error code:</dt>
<dd>Error message</dd>
</dl>
<p>Further explanation about the error message</p>
</section>
</main>
</body>
</html>