-
Notifications
You must be signed in to change notification settings - Fork 0
/
water_eudiometer.html
executable file
·37 lines (36 loc) · 1.15 KB
/
water_eudiometer.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
<!DOCTYPE html>
<html>
<head>
<title>Eudiometer</title>
<meta name="description" content="An Eudiometer to simulate reactions of Hydrogen with Oxygen.">
<meta charset="utf-8">
<style>
.content {
text-align: center;
}
</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 />
FPS: <a id="fpsOut">0</a>
<br />
<object id="svgFrame" data="water_eudiometer.svg" type="image/svg+xml" width="1200" height="900">
Your browser can not load the svg object.
</object>
</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>
<script src="eudiometer.js"></script>
</body>
</html>