-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
24 lines (24 loc) · 947 Bytes
/
404.html
File metadata and controls
24 lines (24 loc) · 947 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<script src="https://use.fontawesome.com/a20244987a.js"></script>
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Pacifico" rel="stylesheet">
<link rel = "stylesheet" type = "text/css" href = "/404.css"/>
<title>couldn't find it</title>
</head>
<body>
<div id="container">
<h1 id="cherbtext"><span id="cherb1">not a thing</span><span id="cherb2">not a thing</span></h1>
<p>404 sorry - come <a href="http://cherb.co.uk/"><i class="fa fa-home" aria-hidden="true"></i></a>?</p>
</div>
<div id="particles-js"></div>
<script src="https://cdn.jsdelivr.net/npm/particles.js@2.0.0/particles.min.js"></script>
<script>
/* particlesJS.load(@dom-id, @path-json, @callback (optional)); */
particlesJS.load('particles-js', '/particles.json', function() {
console.log('particle library loaded');
});
</script>
</body>
</html>