-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathother.html
More file actions
59 lines (59 loc) · 1.8 KB
/
other.html
File metadata and controls
59 lines (59 loc) · 1.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel='stylesheet' type='text/css' href="css/font.css">
<meta charset="UTF-8">
<title>Other topics</title>
<link rel="stylesheet" type="text/css" href="css/ap.css">
<meta name=viewport content="width=device-width, initial-scale=1">
<meta content="lange" name="author">
<meta content="Other stuff" name="description">
<meta content="Turner, Bruckner, Music Theory, Lyx, foobar2000, Enigma" name="keywords">
<link rel="icon" href="favicon.svg" sizes="any" type="image/svg+xml">
</head>
<body>
<a id="back" href="index.html#other_stuff" title="Home">Back</a>
<h1 class="other">Other Topics</h1>
<h2 id="other_stuff">Miscellaneous</h2>
<div class="smallbottom">
<hr>
<h5>Joseph Mallord William Turner</h5>
<nav>
<ul>
<li class="none"><a href="Turner1/Turner1.html">Biography</a></li>
<li class="none"><a href="Turner2/Turner2.html">Bequest LXXXVIII</a></li>
<li class="none"><a href="Turner3/Turner3.html">Bequest LXXXVII</a></li>
</ul>
</nav>
</div>
<div class="smallbottom">
<hr>
<h5>Other Artists</h5>
<nav>
<ul>
<li class="none"><a href="Bruckner/Bruckner.html">Anton Bruckner Biographie</a></li>
</ul>
</nav>
</div>
<div class="smallbottom">
<hr>
<h5>Music Theory</h5>
<nav>
<ul>
<li class="none"><a href="Theory/Theory.html">Phänomenologie der Musik</a></li>
</ul>
</nav>
</div>
<div class="bottom">
<hr>
<h5>Software</h5>
<nav class="horizontal">
<ul>
<li class="none"><a href="Lyx/Lyx.html">Lyx</a></li>
<li class="none"><a href="Foobar2000/Foobar2000.html">foobar2000</a></li>
<li class="none"><a href="Enigma/Enigma.html">Enigma</a></li>
</ul>
</nav>
</div>
</body>
</html>