This repository has been archived on 2023-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
scoresaber-reloaded/public/index.html
Liam de1987bfec
All checks were successful
deploy / deploy (push) Successful in 47s
move theme to folder
2023-10-18 05:23:58 +01:00

37 lines
1.1 KiB
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>
<!-- Internal Assets -->
<link rel="icon" type="image/png" href="/assets/favicon.png" />
<link rel="stylesheet" href="/assets/theme/ss-bulma.css" />
<link rel="stylesheet" href="/assets/theme/ssr.css?20210925" />
<link rel="stylesheet" href="/build/bundle.css" />
<!-- External Assets -->
<script
src="/assets/external/fontawesome/all.js"
data-auto-replace-svg="nest"
></script>
<link rel="stylesheet" href="/assets/external/fontawesome/all.css" />
<!-- Scripts -->
<script src="/assets/swiped-events.min.js"></script>
<script defer src="/build/bundle.js"></script>
<!-- Embed Tags -->
<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>