-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (37 loc) · 1.91 KB
/
index.html
File metadata and controls
39 lines (37 loc) · 1.91 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<link rel="stylesheet" href="static/bootstrap.min.css">
<link rel="stylesheet" href="static/css/font-awesome.min.css">
<link rel="stylesheet" href="static/bootstrap.dark.css">
<link rel="apple-touch-icon" href="/ui/static/logo.png" />
<title>CraftBeerPi 3</title>
</head>
<body>
<div id="root" ></div>
<script src="static/bundle.js" type="text/javascript"></script>
<footer class="page-row navbar navbar-default">
<div class="container">
<div class="navbar-header">
<a href="/ExtendedMenu" class="navbar-brand"><i class="fa fa-cog"></i></a>
</div>
<ul class="nav navbar-nav">
<li role="presentation" class><a role="button" href="/BetterChart" target="_self">BetterChart</a></li>
<li role="presentation" class><a role="button" href="http://google.de" target="_blank">Google.de</a></li>
<li role="presentation" class><a role="button" href="http://fabier.de/biercalcs.html" target="_blank">Berechnungen</a></li>
<li role="presentation" class><a role="button" href="https://www.maischemalzundmehr.de/index.php" target="_blank">Maische Malz und Mehr</a></li>
</ul>
</div>
</footer>
<style>
html,body { height: 100%; }
body {display: table; margin:0; padding:0; width: 100%;}
.page-row, #root {display: table-row;}
.page-row-expanded, #root { height: 100%; }
</style>
</body>
</html>