forked from matiassingers/spotify-pricing
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
65 lines (58 loc) · 2.78 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width">
<meta name="description" content="Cost of Spotify Premium for different countries converted to USD">
<link rel="canonical" href="https://spotify.wowgamr.ru" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<title>Spotify Premium Index</title>
<link href='//fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href='css/bootstrap.css' rel='stylesheet' type='text/css'>
<link href='css/main.css' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css">
<script src="js/d3.v3.min.js"></script>
<script src="js/topojson.v1.min.js"></script>
<script src="js/datamaps.world.js"></script>
<script src="js/lodash.min.js"></script>
<script src="js/tinycolor.js"></script>
<meta property="og:url" content="https://spotify.wowgamr.ru">
<meta property="og:image" content="https://spotify.wowgamr.ru/spotify.png">
<meta property="og:type" content="website">
<meta property="og:title" content="Spotify Premium Index">
<meta name="twitter:title" content="Spotify Premium Index">
<meta property="og:description" content="Cost of Spotify Premium for different countries converted to USD">
<meta name="twitter:description" content="Cost of Spotify Premium for different countries converted to USD">
</head>
<body>
<div class="container">
<h1 class="headline">Spotify Premium Index</h1>
<div id="problems">
<div class="image">
<img src="/problems.svg">
</div>
<div class="error">An error has occurred. I already know about it and will fix it soon</div>
</div>
<div id="content">
<div class="continent-chooser">
<h3 class="active">All</h3>
<h3>Europe</h3>
<h3>Americas</h3>
<h3>Africa</h3>
<h3>Asia</h3>
<h3>Oceania</h3>
</div>
<div id="map" class="chart"></div>
<div id="bar-chart" class="chart">
<h2>Converted price index</h2>
</div>
</div>
<div class="footer text-center">
<p>Made with <i class="fas fa-heart" style="color: #e70000;"></i> by Anton Averkiev</p>
<p><a href="https://github.com/wowgamr/spotify-pricing" target="_blank"><i class="fab fa-github" style="color: white;"></i></a></p>
<small>Found bug? Please write me via <a href="https://t.me/wowgamr" target="_blank">Telegram</a></small>
</div>
</div>
<script src="js/app.js"></script>
</body>
</html>