-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404-page.html
More file actions
31 lines (31 loc) · 1.22 KB
/
Copy path404-page.html
File metadata and controls
31 lines (31 loc) · 1.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ballenius</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<!-- build:css -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/404.css" />
<!-- endbuild -->
</head>
<body id="p404">
<div class="container">
<div class="row">
<div class="col-md-6 text-center text-lg-left">
<img src="/assets/ballenius-logo.svg" id="logo-404">
</div>
<div class="col-md-6 align-self-center">
<h1>404</h1>
<h2>Arrrg! We're lost.</h2>
<p>The page you are looking for does not exist.
How you got here is a mystery. Click the button below
to go back to the homepage.
</p>
<a href="index.html" class="brand link mr-20 color-main f-24 bold">Go back to the Boat</a>
</div>
</div>
</div>
</body>
</html>