-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·56 lines (54 loc) · 1.41 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>Eudiometer</title>
<meta name="description" content="Eudiometer.">
<meta charset="utf-8">
<style>
.content {
text-align: center;
}
body {
background-color: #d9d9d9;
}
</style>
</head>
<body>
<audio id="boomSound" preload="auto">
<source src="boom.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<div class="content">
<h1>Eudiometer</h1>
<i>L. Weyrauch und A. Untergasser</i><br />
<br />
<br />
<h2>Bitte wählen:</h2>
<h3>Wasserstoff und Sauerstoff:</h3>
<a href="water_eudiometer.html">Wasser-Eudiometer</a><br />
<br />
<a href="mercury_eudiometer.html">Beheizbares Quecksilber-Eudiometer</a><br />
<br />
<h3>Wasserstoff und Chlor:</h3>
<a href="water_eudiometer_cl.html">Wasser-Eudiometer</a><br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
</div>
<div id="footer" style="clear: both;font-size: 0.9em;margin-left: 5;margin-right: 5;margin-top: 5;margin-bottom: 5;min-width: 16em;padding: 0.5em;text-align: center;background-color: #ffffff;border: 1px solid black;">
© 2020 by A. Untergasser
-
<a href="legal/impressum.html">Impressum</a>
-
<a href="legal/privacy.html">Privacy Policy</a>
</div>
</body>
</html>