-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnot_found.html
More file actions
102 lines (90 loc) · 3.23 KB
/
not_found.html
File metadata and controls
102 lines (90 loc) · 3.23 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<!--
This file is part of trivalent_website.
trivalent_website is free software: you can redistribute it and/or modify it
under the terms of the GNU Affero General Public License as published by the
Free Software Foundation, either version 3 of the License, or (at your option)
any later version.
trivalent_website is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License
for more details.
You should have received a copy of the GNU Affero General Public License along
with trivalent_website. If not, see <https://www.gnu.org/licenses/>.
-->
<html dir="ltr" lang="en">
<head>
<meta charset="UTF-8" />
<title>Trivalent | 404</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta
name="description"
content="home of the Trivalent musical project | 404"
/>
<meta name="theme-color" content="#171717" />
<link href="./style.css" rel="stylesheet" />
<link rel="icon" type="image/png" href="./img/favicon.png" />
</head>
<body>
<div class="section">
<div class="inner-section">
<header id="main-header">
<div id="header-div">
<h1>Trivalent</h1>
<p class="subheader">a 21<sup>st</sup> century musical project</p>
</div>
<div id="main-logo-container">
<img
src="./img/Trivalent_logo.svg"
id="main-logo"
alt="Trivalent logo"
title="Trivalent logo; CC BY-SA 4.0+ licensed"
/>
</div>
</header>
<nav>
<ol class="navlist">
<li><a href="./index.html">main</a></li>
<li><a href="./audio.html">audio</a></li>
<li><a href="./scores.html">scores</a></li>
<li><a href="./about.html">about</a></li>
<li><a href="./contact.html">contact</a></li>
<li>
<a href="https://github.com/AugmentedFifth/trivalent_website"
>source</a
>
</li>
</ol>
</nav>
</div>
</div>
<main>
<div class="section">
<div class="inner-section">
<h2>
<a href="https://en.wikipedia.org/wiki/HTTP_404"
>HTTP status code 404</a
>
</h2>
<p>the requested resource could not be found.</p>
</div>
</div>
</main>
<footer>
<a href="https://github.com/AugmentedFifth/trivalent_website"
>All HTML & CSS content</a
>
on this site is licensed to anyone under the terms of the
<a href="https://www.gnu.org/licenses/agpl-3.0.en.html"
>GNU Affero General Public License, version 3</a
>
(or any higher version, at your option). All other content on this site
(including, but not limited to, images, audio, and musical scores) is
licensed to anyone under the terms of the
<a href="https://creativecommons.org/licenses/by-sa/4.0/"
>Creative Commons Attribution-ShareAlike license, version 4.0</a
>
(or any higher version, at your option).
</footer>
</body>
</html>