-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (25 loc) · 1.07 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 lang="en">
<head>
<meta charset="utf-8">
<meta name="description"
content="Skatelocate helps you accurately find skateboarding locations around the world. Built with ease-of-use in mind.">
<meta name="author" content="Ben Smith (vohzd)">
<meta name="application-name" content="Skatelocate">
<meta name="keywords"
content="skateboarding, find, locate, help, skate, spots, world, easy, database, search, sport, worldwide">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Kalam" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.5.1/dist/leaflet.css" />
<script src="src/assets/fonts/fontawesome.js"></script>
<script src="https://widget.cloudinary.com/global/all.js"></script>
<title>Skatelocate</title>
</head>
<body>
<!-- INJECTION POINT -->
<div id="app"></div>
</script>
<script src="src/main.js"></script>
<script defer data-domain="skatelocate.net" src="https://stats.epitrade.io/js/script.js"></script>
</body>
</html>