-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
22 lines (22 loc) · 935 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="icon" href="/favicon.ico" />
<title>Stravanity - Easy to beat Strava segments</title>
<meta
name="description"
content="Stravanity is a simple tool designed to help you explore Strava segments near you, and find the easiest ones to beat"
/>
<meta name="google-site-verification" content="jzGDC5lpjglXFvt9QdC6E3tDe7mnaSm9EhBaTjOUYuI" />
<link rel="apple-touch-icon" href="/img/icons/apple-touch-icon.png" sizes="180x180" />
<link rel="mask-icon" href="/img/icons/mask-icon.svg" color="#FFFFFF" />
<meta name="theme-color" content="#fc5200" />
<script type="module" src="/src/main.ts"></script>
</head>
<body class="bg-body">
<div id="app"></div>
</body>
</html>