40 lines
1.6 KiB
HTML
40 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<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">
|
|
<title>Top Lists For Spotify</title>
|
|
<link rel="shortcut icon" type="image/ico" href="/top-lists/favicon.ico"/>
|
|
|
|
<!-- General Embed tags -->
|
|
<meta property="og:title" content="Top Tracks and Artists for Spotify">
|
|
<meta property="og:description" content="Get your Spotify account's top artists and tracks!">
|
|
<meta property="og:url" content="https://oliver.akins.me/top-lists">
|
|
<meta property="og:type" content="website">
|
|
|
|
<!-- Embed information for Discord -->
|
|
<meta name="description" content="Get your Spotify account's top artists and tracks!">
|
|
|
|
<!-- Embed information for Twitter -->
|
|
<meta name="twitter:card" content="summary">
|
|
<meta name="twitter:title" content="Top Tracks and Artists for Spotify">
|
|
<meta name="twitter:description" content="Get your Spotify account's top artists and tracks!">
|
|
|
|
<!-- Stylesheets -->
|
|
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swap" rel="stylesheet">
|
|
<link href="" id="theme" rel="stylesheet">
|
|
|
|
<script>
|
|
var theme = localStorage.getItem(`tl-theme`) || `dark`;
|
|
document.getElementById(`theme`).href = '/static/css/theme/' + theme + '.css';
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
<strong>We're sorry but this website doesn't work properly without JavaScript enabled. Please enable JavaScript to continue.</strong>
|
|
</noscript>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|