-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
35 lines (31 loc) · 1.27 KB
/
404.html
File metadata and controls
35 lines (31 loc) · 1.27 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
<title>404 - WolfBit</title>
<!-- CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-2.1.1.min.js" async></script>
<script src="js/materialize.js" async></script>
<script src="js/init.js" async></script>
</head>
<body>
<!-- BRAND -->
<div class="section no-pad-bot" id="index-banner">
<div class="container">
<div class="front-page-logo">
<img id="front-page-logo" src="images/logo.svg"/>
</div>
<h1 class="header center orange-text">404 Page Not Found</h1>
<div class="row center">
<a href="http://wolfbitstudios.com" id="download-button" class="btn-large waves-effect waves-light orange">Go Home</span></a>
</div>
<br>
</div>
</div>
</body>
</html>