31 lines
939 B
HTML
31 lines
939 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
|
|
<title>ScoreSaber Reloaded</title>
|
|
|
|
<link rel="icon" type="image/png" href="/assets/favicon.png" />
|
|
<link rel="stylesheet" href="/assets/ss-bulma.css" />
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"
|
|
/>
|
|
<link rel="stylesheet" href="/assets/ssr.css?20210925" />
|
|
<link rel="stylesheet" href="/build/bundle.css" />
|
|
|
|
<script src="/assets/swiped-events.min.js"></script>
|
|
<script defer src="/build/bundle.js"></script>
|
|
|
|
<meta content="Scoresaber Reloaded" property="og:site_name" />
|
|
<meta content="SSR - Score Tracker" property="og:title" />
|
|
<meta
|
|
content="Keep track of you and your friends scores with more detail."
|
|
property="og:description"
|
|
/>
|
|
</head>
|
|
|
|
<body></body>
|
|
</html>
|