beci-anzeige/index.html

35 lines
762 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE 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>
<link rel="stylesheet" href="style.css">
<script src="fetchapi.js"></script>
</head>
<body>
<div id="headerBar">
<img id="fini" src="resources/finlogo.png"></img>
<span id="stationName"></span>
<span id="timeBox">--:--</span>
</div>
<div id="contentSection"></div>
</body>
</html>
-->