-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
56 lines (56 loc) · 3.18 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 Page Not Found</title>
<meta name="description" content="404 Page Not Found."/>
<link rel='shortcut icon' type='image/x-icon' href='/favicon.ico' />
<link href="https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="styles/main.css" rel="stylesheet">
<link rel="author" href="humans.txt" />
</head>
<body id="top">
<div class="site-wrapper">
<div class="site-wrapper-inner">
<div class="cover-container">
<div class="inner cover">
<h1 class="cover-heading">404 - Page Not Found</h1>
<p class="lead cover-copy">Sorry the page you are looking for does not exist.</p>
<p><strong>White Internet</strong> provides freelance web design and development and is based in <strong>Greater Springfield, Queensland</strong>.</p>
<p>As well as creating great websites <strong>White Internet</strong> can register your <strong>domain name,</strong> provide affordable </trong>web hosting</strong> and trusted <strong>SSL/TSL certificates</strong>.</p>
<p style="text-align: center;"><a href="https://whiteinternet.com"><img src="img/white-internet-logo.png" alt="White Internet Logo" /></a></p>
<hr/>
</div>
<div class="inner cover" style="text-align: center;">
<br/>
<ul class="list-inline">
<li class="list-inline-item"><a href = "https://whiteinternet.com" target="_blank">whitetnternet.com</a></li>
<li class="list-inline-item"><a href = "https://iain-white.com" target="_blank">iain-white.com</a></li>
<li class="list-inline-item"><a href = "http://iainwhite.me" target="_blank">iainwhite.me</a></li>
<li class="list-inline-item"><a href = "http://iainwhite.info" target="_blank">iainwhite.info</a></li>
<li class="list-inline-item"><a href = "http://iainwhite.online" target="_blank">iainwhite.online</a></li>
<li class="list-inline-item"><a href = "http://iainwhite.website" target="_blank">iainwhite.website</a></li>
</ul>
</div>
</div>
<div class="row">
<br/>
<div class="mastfoot">
<div class="inner">
<p class="pull-right">A <a href="https://whiteinternet.com">White Internet</a> website © <a href="http://iain-white.com">Iain White</a> 2020.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js"></script>
<script src="scripts/main.js"></script>
</body>
</html>