-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (18 loc) · 726 Bytes
/
index.html
File metadata and controls
20 lines (18 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<meta charset="UTF-8">
<title>StartPage</title>
</head>
<body>
<div class="container">
<h3>Übersicht Webtools</h3>
<ul class="list-group">
<a href="https://get4flo.github.io/src/birthCounter.html"><li class="list-group-item">BirthCounter</li></a>
<a href="https://get4flo.github.io/src/saunaPlaces.html"><li class="list-group-item">SaunaPlaces</li></a>
<li class="list-group-item">another tool</li>
</ul>
</div>
</body>
</html>