KaiOS webapp for InfoFer scraper
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
974 B

2 years ago
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>InfoTren</title>
2 years ago
<link rel="manifest" href="/manifest.json">
2 years ago
<link rel="stylesheet" href="/base.css">
<script src="/common/worker.js"></script>
<script src="/common/items.js"></script>
<script src="/common/trainId.js"></script>
<script src="index.js"></script>
2 years ago
</head>
<body>
<h1>InfoTren</h1>
<div class="content">
<ul>
<li><a class="items disabled" href="">Train routes</a></li>
<li id="my-train-li"><a class="items" href="train.html">My train</a></li>
<li id="station-arr-dep-li"><a class="items" href="station.html">Station departures/arrivals</a></li>
<li><a class="items" href="about.html">About</a></li>
2 years ago
</ul>
</div>
<footer>
<div class="lsk"></div>
2 years ago
<div class="csk">Select</div>
<div class="rsk"></div>
2 years ago
</footer>
</body>
2 years ago
</html>