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

24 lines
683 B
HTML
Raw Normal View History

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-17 22:38:18 +00:00
<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" />
2023-10-17 20:42:37 +00:00
2023-10-17 22:38:18 +00:00
<script src="/assets/swiped-events.min.js"></script>
<script defer src="/build/bundle.js"></script>
</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>