-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (28 loc) · 1.22 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Run dairy</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon"
type="image/svg"
href="ic_directions_run_black_48px.svg">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/record_form.css">
<link rel="stylesheet" href="css/dialogs.css">
<link rel="stylesheet" href="css/material.css">
<link rel="stylesheet" href="css/tabs.css">
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCWfWkN43al_Ko1qMtABjPE-qjb40ChLtY"></script>
</head>
<body>
<section id="app"></section>
<script src="bundle.js"></script>
</body>
</html>