-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
85 lines (82 loc) · 4.4 KB
/
Copy path404.html
File metadata and controls
85 lines (82 loc) · 4.4 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html lang="en">
<head>
<!-- INFO: Metadata -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 | PerfomanC</title>
<meta name="description" content="Working for the best of the future">
<meta name="robots" content="index, follow">
<meta http-equiv="content-language" content="en">
<meta name="author" content="PerformanC">
<!-- INFO: Open Graph Metadata -->
<meta property="og:title" content="404 | PerfomanC">
<meta property="og:description" content="Working for the best of the future">
<meta property="og:image" content="https://performanc.org/assets/performanc/logo.png">
<meta property="og:url" content="https://performanc.org/">
<meta property="og:type" content="website">
<!-- INFO: Twitter Card Metadata -->
<meta name="twitter:title" content="404 | PerfomanC">
<meta name="twitter:description" content="Working for the best of the future">
<meta name="twitter:image" content="https://performanc.org/assets/performanc/logo.png">
<!--INFO: Links -->
<link rel="icon" type="image/png" href="/assets/performanc/favicon.png">
<link rel="canonical" href="https://performanc.org/">
<link rel="stylesheet" href="/global/css/gui-toolkit.css" />
<link rel="stylesheet" href="/index.css" />
<!-- INFO: Scripts -->
<script src="/global/js/renderer.js" type="module"></script>
<script type="module" src="/index.js"></script>
</head>
<body>
<background>
<background-circle class="circle-1 depth-far"></background-circle>
<background-circle class="circle-2 depth-mid"></background-circle>
<background-circle class="circle-3 depth-near"></background-circle>
<background-circle class="circle-4 depth-far"></background-circle>
<background-circle class="circle-5 depth-mid"></background-circle>
<background-circle class="circle-6 depth-near"></background-circle>
<background-circle class="circle-7 depth-far"></background-circle>
<background-circle class="circle-8 depth-mid"></background-circle>
<background-circle class="circle-9 depth-near"></background-circle>
<background-circle class="circle-10 depth-far"></background-circle>
<background-circle class="circle-11 depth-mid"></background-circle>
<background-circle class="circle-12 depth-near"></background-circle>
<background-circle class="circle-13 depth-far"></background-circle>
</background>
<div id="menu">
<menu-modal>
<a aria-label="mobile_home" alt="home" class="menu-modal-item mmi-can-close" href="/#">Home</a>
<a aria-label="mobile_history" alt="history" class="menu-modal-item mmi-can-close" href="/#history">History</a>
<a aria-label="mobile_projects" alt="projects" class="menu-modal-item mmi-can-close" href="/#projects">Projects</a>
<a aria-label="mobile_member" alt="member" class="menu-modal-item mmi-can-close" href="/#members">Member</a>
<a aria-label="mobile_social_media" alt="social_media" class="menu-modal-item mmi-can-close" href="/#social_media">Social Media</a>
<a aria-label="mobile_close" alt="close" class="menu-modal-item mmi-can-close" id="menu-close-button">Close</a>
</menu-modal>
</div>
<nav-constructor>
<nav id="nav-brand">
<a aria_label="desktop_home" alt="home" href="/#"><nav-item class="icon"></nav-item></a>
<a aria_label="desktop_home" alt="home" href="/#"><nav-item id="nav-brand-name">PerformanC</nav-item></a>
<nav-item id="nav-menu-button" logo-checked>
<menu-icon></menu-icon>
</nav-item>
</nav>
<nav id="nav-button">
<a aria_label="desktop_home" alt="home" href="/#">Home</a>
<a aria_label="desktop_history" alt="history" href="/#history">History</a>
<a aria_label="desktop_projects" alt="projects" href="/#projects">Projects</a>
<a aria_label="desktop_members" alt="members" href="/#members">Members</a>
<a aria_label="desktop_social_media" alt="social_media" href="/#social_media">Social Media</a>
</nav>
</nav-constructor>
<div id="home">
<hero-section>
<hero-content>
<h1 class="hero-header">404 – Nothing here</h1>
<p style="font-size: 20px;">The requested page could not be found. Please check the URL or return to the homepage.</p>
</hero-content>
</hero-section>
</div>
</body>
</html>