-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (23 loc) · 830 Bytes
/
index.html
File metadata and controls
25 lines (23 loc) · 830 Bytes
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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<title>Alarmmonitor FF27 - HomeScreen</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="">
<link rel="stylesheet" href="src/css/style.css">
<link rel="stylesheet" href="src/css/fontawesome.css">
<link rel="stylesheet" href="src/css/solid.css">
<link rel="stylesheet" href="src/css/home.css">
</head>
<body>
<div class="home">
<h1>Willkommen zum Alarmmonitor</h1>
<h2>Feuerwehr Stuttgart Abt. 27-Stammheim</h2>
<div class="homebtn">
<a href="monitor.html" class="btn">Alarmmonitor</a>
<a href="https://docs.google.com/spreadsheets/d/1avBbHGh6RDgBvAvMULAhJq-I5fpow_X7fzIEkzL6L4E/" class="btn">Data</a>
</div>
</div>
</body>
</html>