-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (50 loc) · 3.2 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
<!-- S10anzeigen animates the reading of a E3/DC S10 in a graphical way -->
<!-- Copyright (C) 2018-2022 - senneschall <senneschall@web.de> -->
<!-- This file is part of S10anzeigen. -->
<!-- -->
<!-- S10anzeigen is free software: you can redistribute it and/or modify -->
<!-- it under the terms of the GNU General Public License as published by -->
<!-- the Free Software Foundation, either version 3 of the License, or -->
<!-- (at your option) any later version. -->
<!-- -->
<!-- S10anzeigen 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 General Public License for more details. -->
<!-- -->
<!-- You should have received a copy of the GNU General Public License -->
<!-- along with this program. If not, see <https://www.gnu.org/licenses/>. -->
<!doctype html>
<html lang="de"><head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> </title>
<link rel="stylesheet" href="style.css" />
<script src="func.js"></script>
</head>
<body>
<div class="fc">
<div class="ba">
<div class="bi"><object data="svg/ext.svg" type="image/svg+xml" id="sext" class="it"></object></div>
<div class="tx"><p id="prev"> </p></div>
<div class="bi"><object data="svg/wbx.svg" type="image/svg+xml" id="swbx" class="it"></object></div>
</div>
<div class="gc">
<div><object data="svg/sun.svg" type="image/svg+xml" id="pvsvg" class="mn"></object></div>
<div><object data="svg/arh.svg" type="image/svg+xml" id="pv2nz" class="mn"></object></div>
<div><object data="svg/grd.svg" type="image/svg+xml" id="nzsvg" class="mn"></object></div>
<div><object data="svg/arv.svg" type="image/svg+xml" id="pv2bt" class="mn"></object></div>
<div><object data="svg/ard.svg" type="image/svg+xml" id="pv2hs" class="mn"></object></div>
<div><object data="svg/arv.svg" type="image/svg+xml" id="nz2hs" class="mn"></object></div>
<div><object data="svg/bat.svg" type="image/svg+xml" id="btsvg" class="mn"></object></div>
<div><object data="svg/arh.svg" type="image/svg+xml" id="bt2hs" class="mn"></object></div>
<div><object data="svg/hom.svg" type="image/svg+xml" id="hssvg" class="mn"></object></div>
</div>
<div class="be">
<div class="bi"><object data="svg/aut.svg" type="image/svg+xml" id="saut" class="it"></object></div>
<div class="bi"><object data="svg/own.svg" type="image/svg+xml" id="sown" class="it"></object></div>
<div class="bi"><object data="svg/aid.svg" type="image/svg+xml" id="said" class="it"></object></div>
<div class="bi"><object data="svg/ems.svg" type="image/svg+xml" id="sems" class="it"></object></div>
</div>
</div>
</body></html>