-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 1.32 KB
/
index.html
File metadata and controls
21 lines (21 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="text/html" charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="description" content="The Spot makes finding local events and getting together with friends easy. Don't know what to do tonight? Check out a map of local hot spots and events happening near you. Scroll though user reels to see where things are happening and what looks fun. The Spot is a great tool for bars, music venues, festivals or any event planner/business looking to get the word out about events!">
<link href="https://api.mapbox.com/mapbox-gl-js/v2.6.1/mapbox-gl.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Anton&display=swap" rel="stylesheet">
<link rel="icon" type="image/png" href="https://uploads-ssl.webflow.com/5f5fb36b9946225f25b5108d/64f74bc5e11d28e2d0f0f336_thespot-favicon.png">
<title>TheSpot</title>
<script
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDjAaTsEk6znETBbfQAGim9rtcM2ECEx0Y&libraries=places"
></script>
</head>
<body>
<div id="app"></div>
</body>
</html>