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 f8344ba1d3
All checks were successful
deploy / deploy (push) Successful in 46s
update embed
2023-10-18 02:43:37 +01:00

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>