2023-10-17 22:38:18 +00:00
|
|
|
<!doctype html>
|
2023-10-17 20:42:37 +00:00
|
|
|
<html lang="en">
|
2023-10-17 22:38:18 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
2023-10-17 20:42:37 +00:00
|
|
|
|
2023-10-17 22:38:18 +00:00
|
|
|
<title>ScoreSaber Reloaded</title>
|
2023-10-17 20:42:37 +00:00
|
|
|
|
2023-10-18 04:17:25 +00:00
|
|
|
<!-- Internal Assets -->
|
2023-10-17 22:38:18 +00:00
|
|
|
<link rel="icon" type="image/png" href="/assets/favicon.png" />
|
2023-10-18 04:23:58 +00:00
|
|
|
<link rel="stylesheet" href="/assets/theme/ss-bulma.css" />
|
|
|
|
<link rel="stylesheet" href="/assets/theme/ssr.css?20210925" />
|
2023-10-18 04:17:25 +00:00
|
|
|
<link rel="stylesheet" href="/build/bundle.css" />
|
|
|
|
|
|
|
|
<!-- External Assets -->
|
2023-10-18 04:13:56 +00:00
|
|
|
<script
|
|
|
|
src="/assets/external/fontawesome/all.js"
|
|
|
|
data-auto-replace-svg="nest"
|
|
|
|
></script>
|
|
|
|
<link rel="stylesheet" href="/assets/external/fontawesome/all.css" />
|
2023-10-17 20:42:37 +00:00
|
|
|
|
2023-10-18 04:17:25 +00:00
|
|
|
<!-- Scripts -->
|
2023-10-17 22:38:18 +00:00
|
|
|
<script src="/assets/swiped-events.min.js"></script>
|
|
|
|
<script defer src="/build/bundle.js"></script>
|
2023-10-18 01:41:22 +00:00
|
|
|
|
2023-10-18 04:17:25 +00:00
|
|
|
<!-- Embed Tags -->
|
2023-10-18 01:41:22 +00:00
|
|
|
<meta content="Scoresaber Reloaded" property="og:site_name" />
|
2023-10-18 01:43:04 +00:00
|
|
|
<meta content="SSR - Score Tracker" property="og:title" />
|
2023-10-18 01:43:37 +00:00
|
|
|
<meta
|
|
|
|
content="Keep track of you and your friends scores with more detail."
|
|
|
|
property="og:description"
|
|
|
|
/>
|
2023-10-17 22:38:18 +00:00
|
|
|
</head>
|
2023-10-17 20:42:37 +00:00
|
|
|
|
2023-10-17 22:38:18 +00:00
|
|
|
<body></body>
|
2023-10-17 20:42:37 +00:00
|
|
|
</html>
|