-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (19 loc) · 760 Bytes
/
Copy pathindex.html
File metadata and controls
20 lines (19 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Upnext</title>
<meta name="description" content="Upnext Find Local Events and Invite Friends"/>
<meta name="author" content="Daniel Pagharion"/>
<meta name="robots" content="Index, Follow"/>
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<script src="https://use.fontawesome.com/fc16e6171c.js"></script>
</head>
<body>
<div id="app"></div>
<!-- <script src="src/components/js/client.js" charset="utf-8"></script> -->
<script src="public/bundle.js"></script>
<!-- <script src="bundle.js"></script> -->
</body>
</html>