34 lines
1.4 KiB
HTML
34 lines
1.4 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.png"/>
|
|
|
|
<!-- 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">
|
|
</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>
|