zwischenstand freitag

This commit is contained in:
Timo Henkensiefken 2024-12-07 11:31:32 +01:00
parent 61a0002aa5
commit 6126504f3c
3 changed files with 53 additions and 1 deletions

View File

@ -96,4 +96,4 @@ function getTable(listHead, list, listData) {
} }
refreshData(); refreshData();
setInterval(refreshData, 15000); // setInterval(refreshData, 15000);

View File

@ -1,5 +1,22 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head>
<link rel="stylesheet" href="style.css">
<!--<script src="fetchapi.js"></script> -->
</head>
<body>
<div class="route">
<!--<img src="https://www.swu.de/typo3conf/ext/swu_timetables/Resources/Public/Icons/Routes/linie-5.svg" alt="2"></img>-->
<div class="destination">Kuhberg 12</div>
<div class="destination">Science Park II 12</div>
</div>
</body>
</html>
<!--
<!DOCTYPE html>
<html>
<head> <head>
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">
<script src="fetchapi.js"></script> <script src="fetchapi.js"></script>
@ -13,3 +30,5 @@
<div id="contentSection"></div> <div id="contentSection"></div>
</body> </body>
</html> </html>
-->

View File

@ -3,6 +3,39 @@
margin: 0; margin: 0;
} }
body {
background-color: black;
font-size: 90px;
font-family: verdana, sans;
}
.route {
margin: 16px;
}
.route img {
height: 200px;
float: left;
}
.destination {
height: 200px;
background-color: white;
color: red;
}
.route div:first-child {
border-radius: 100px 0 0 0;
}
/*
* {
padding: 0;
margin: 0;
}
body { body {
font-family: Helvetica, sans; font-family: Helvetica, sans;
width: 50%; width: 50%;