-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (52 loc) · 1.91 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
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="theme-color" content="#000000">
<link rel="stylesheet" href="/node_modules/materialize-css/dist/css/materialize.min.css">
<!-- FIXME: include material icons from the origin server -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- FIXME: somethink like this:
<style type="stylesheet">
@font-face {
font-family: "Material Icons";
font-style: normal;
font-wight: 400;
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url("/node_modules/material-design-icons/iconfont/MaterialIcons-Regular.woff") format("woff"),
url("/node_modules/material-design-icons/iconfont/MaterialIcons-Regular.woff2") format("woff2"),
url("/node_modules/material-design-icons/iconfont/MaterialIcons-Regular.ttf") format("truetype");
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px; /* Preferred icon size */
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
/* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
/* Support for Safari and Chrome. */
text-rendering: optimizeLegibility;
/* Support for Firefox. */
-moz-osx-font-smoothing: grayscale;
/* Support for IE. */
font-feature-settings: 'liga';
}
</style>
-->
<title>Section77 - Werbematerial</title>
</head>
<body>
<div id="root"></div>
</body>
<script src="webapp.js"></script>
<script src="/node_modules/materialize-css/dist/js/materialize.min.js"></script>
</html>