-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
404.html
41 lines (40 loc) · 1.33 KB
/
404.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
41
<!DOCTYPE html>
<html lang="en">
<head>
{{> head }}
</head>
<body>
{{> navbar }}
<main>
<div class="section" id="index-banner">
<div class="container">
<div class="row">
<div class="col s12 m9">
<h1 class="header center-on-small-only">404</h1>
<h4 class="light red-text text-lighten-4 center-on-small-only">Page not found.</h4>
</div>
</div>
</div>
</div>
<div class="container">
<!-- Outer row -->
<div class="row">
<div class="col s12">
<!-- Material Design -->
<div id="materialdesign" class="section scrollspy">
<h2 class="header">Are You Lost?</h2>
<p class="caption">
The page you were looking for does not exist. If you think this is a mistake and one of our pages has gone missing, Open an issue on
<a href="https://github.com/materializecss/materialize/issues/new">GitHub</a>. Click below to learn more about our CSS framework.
</p>
<a href="about.html" class="btn-large">Learn More</a>
</div>
</div>
</div>
</div>
<!-- End Container -->
</main>
{{> footer }}
<script type="module" src="/src/main.ts"></script>
</body>
</html>