-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
47 lines (43 loc) · 1.75 KB
/
404.html
File metadata and controls
47 lines (43 loc) · 1.75 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
36
37
38
39
40
41
42
43
44
45
46
47
---
layout: dcc
title: "Page Not Found"
description: "404 - Page Not Found - This page is non-operational"
permalink: /404.html
---
<style>
body {
font-family: 'Open Sans', sans-serif;
}
.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 25px;
height: 0;
}
#webgl {
position: absolute;
top: 0;
left: 0;
outline: none;
}
#container {
position: relative;
}
#page-content {
position: inherit;
}
footer {
position: inherit;
}
</style>
<main id="container">
<div id="page-content" class="pl-2 pr-2 column pt-6">
<h1 class="h1">404</h1>
<h2 class="h4">This station is non-operational.</h2>
<!-- <p>
<iframe width="100%" height="300" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/49814809&color=%236e72a4&auto_play=true&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true"></iframe><div style="font-size: 10px; color: #cccccc;line-break: anywhere;word-break: normal;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-family: Interstate,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Garuda,Verdana,Tahoma,sans-serif;font-weight: 100;"><a href="https://soundcloud.com/at-the-drive-in" title="At The Drive In" target="_blank" style="color: #cccccc; text-decoration: none;">At The Drive In</a> · <a href="https://soundcloud.com/at-the-drive-in/one-armed-scissor" title="One Armed Scissor" target="_blank" style="color: #cccccc; text-decoration: none;">One Armed Scissor</a></div>
</p> -->
<!-- <p><a href="{{ site.baseurl }}/">Go back to the home page</a></p> -->
<div class="pb-6 gap"></div>
</div>
</main>