forked from bread-n-butter/eventify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (30 loc) · 1.46 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Eventify</title>
<!-- Google Icon Font -->
<link href='https://fonts.googleapis.com/icon?family=Material+Icons' rel="stylesheet">
<!-- Google map -->
<!-- <script src="https://maps.googleapis.com/maps/api/js"></script> -->
<!-- MaterializeCSS -->
<link rel="stylesheet" href="node_modules/materialize-css/dist/css/materialize.css">
<!-- Google Font -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,300' rel='stylesheet' type='text/css'>
<!-- Google Maps API -->
<script src="https://maps.googleapis.com/maps/api/js?libraries=places,geometry,drawing"></script>
<link rel="stylesheet" href="assets/style.css">
<meta property="og:url" content="https://breadnbutter.herokuapp.com" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Eventify" />
<meta property="og:description" content="Having fun has never been easier!" />
<meta property="og:image" content="https://s3-us-west-1.amazonaws.com/eventify-photos/eventify-banner.jpg" />
</head>
<body>
<div id="app"></div>
<script src="./public/bundle.js"></script>
<!-- <script src="http://localhost:3000/bundle.js"></script> -->
</body>
</html>