-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (34 loc) · 1.78 KB
/
Copy pathindex.html
File metadata and controls
41 lines (34 loc) · 1.78 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
40
41
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Logger - A convenient way to log, track and visualize workplace records">
<meta name="keywords" content="Logger, Tracker, Work, Office, Entries">
<title>Loggr</title>
<!-- Normalize -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<!-- Material Icons -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Work+Sans" rel="stylesheet">
<!--JQuery-->
<script src="https://code.jquery.com/jquery-2.2.3.min.js" integrity="sha256-a23g1Nt4dtEYOj7bR+vTu7+T8VP13humZFBJNIYoEJo=" crossorigin="anonymous"></script>
<!-- CSS Bundle -->
<link rel="stylesheet" href="build/styles/bundle.css">
<!--<link rel="stylesheet" href="build/styles/materialize-custom.css">-->
<link rel="stylesheet" href="https://unpkg.com/react-select/dist/react-select.css">
</head>
<body>
<div id="app" />
<!-- CONFIG file -->
<script src="config.js" type="text/javascript"></script>
<!-- Materialize - Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.7/js/materialize.min.js"></script>
<!-- Font Awesome -->
<script src="https://use.fontawesome.com/eb16819309.js"></script>
<!-- Bundle JS -->
<script src="build/scripts/vendor.bundle.js" type="text/javascript"></script>
<script src="build/scripts/bundle.js" type="text/javascript"></script>
</body>
</html>