-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
46 lines (44 loc) · 2.82 KB
/
Copy path404.html
File metadata and controls
46 lines (44 loc) · 2.82 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="/favicon.ico" sizes="32x32"><link rel="icon" href="/assets/favicons/favicon-192.png" type="image/png" sizes="192x192"><link rel="icon" href="/assets/favicons/favicon-512.png" type="image/png" sizes="512x512"><link rel="icon" href="/favicon.svg" type="image/svg+xml"><link rel="apple-touch-icon" sizes="180x180" href="/assets/images/logo.png">
<meta name="theme-color" content="#000000">
<meta name="msapplication-TileColor" content="#000000">
<meta name="msapplication-TileImage" content="/assets/favicons/favicon-192.png">
<meta http-equiv="Content-Security-Policy" content="default-src 'none'; script-src 'self'; style-src 'self'; font-src 'self'; img-src 'self' data:; connect-src 'self'; worker-src 'none'; base-uri 'self'; form-action 'none'; object-src 'none'; upgrade-insecure-requests">
<meta name="referrer" content="strict-origin-when-cross-origin">
<meta name="robots" content="noindex"> <title>404, 777heaven Records</title>
<meta name="description" content="Page not found. Independent underground label from Manila.">
<meta property="og:type" content="website">
<meta property="og:site_name" content="777heaven Records">
<meta property="og:title" content="404, 777heaven Records">
<meta property="og:description" content="Page not found. Independent underground label from Manila.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="404, 777heaven Records">
<meta name="twitter:description" content="Page not found. Independent underground label from Manila.">
<meta property="og:url" content="https://777heavenrecords.studio/404">
<meta property="og:image" content="https://777heavenrecords.studio/assets/images/Full-logo2.png">
<meta name="twitter:image" content="https://777heavenrecords.studio/assets/images/Full-logo2.png">
<meta property="og:image:width" content="1440">
<meta property="og:image:height" content="1440">
<meta property="og:image:type" content="image/png">
<meta property="og:image:alt" content="777heaven Records Logo">
<link rel="stylesheet" href="/css/nav.css">
<link rel="stylesheet" href="/css/footer.css">
<link rel="stylesheet" href="/css/404.css">
</head>
<body>
<nav id="nav-placeholder"></nav>
<main class="error-page">
<p class="error-label">Error</p>
<div class="error-code">404</div>
<h1 class="error-msg">Page not found.</h1>
<p class="error-sub">This page doesn't exist or was moved. Head back to the homepage.</p>
<a href="/" class="home-btn">Back to Home</a>
</main>
<div id="footer-placeholder"></div>
<script src="/js/components.js"></script>
</body>
</html>