-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
54 lines (40 loc) · 1.8 KB
/
index.html
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
<title>ANW-CTRL</title>
<meta name="description" content="Anwesenheit des Büros">
<link rel="stylesheet" href="styles/main.css">
<style is="custom-style" include="shared-styles"></style>
<script src="/bower_components/webcomponentsjs/webcomponents-lite.js"></script>
<script src="https://browser.sentry-cdn.com/4.0.4/bundle.min.js" crossorigin="anonymous"></script>
<link rel="import" href="/src/anwctrl-app.html">
<!-- Chrome for Android theme color -->
<meta name="theme-color" content="#000000">
<!-- Web Application Manifest -->
<link rel="manifest" href="manifest.json">
<!-- Tile color for Win8 -->
<meta name="msapplication-TileColor" content="#000000">
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="Anwesenheits Controller">
<link rel="icon" sizes="192x192" href="images/touch/android-icon-192x192.png">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Anwesenheits Controller">
<link rel="apple-touch-icon" href="images/touch/apple-icon.png">
<!-- Tile icon for Win8 (144x144) -->
<meta name="msapplication-TileImage" content="images/touch/ms-icon-144x144-precomposed.png">
<script>
Sentry.init({ dsn: 'https://[email protected]/1287731' });
</script>
</head>
<body>
<anwctrl-app></anwctrl-app>
<noscript>
Bitte aktiviere Javascript, um diese Seite sehen zu können :)
</noscript>
</body>
</html>