2025-08-01 17:11:51 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2025-08-01 17:21:11 +00:00
|
|
|
<link href="/waybar-online/fontawesome/css/fontawesome.min.css" rel="stylesheet" />
|
|
|
|
|
<link href="/waybar-online/fontawesome/css/solid.min.css" rel="stylesheet" />
|
2025-08-01 17:11:51 +00:00
|
|
|
<title>Vite + TS</title>
|
2025-08-02 09:32:14 +00:00
|
|
|
<script type="module" crossorigin src="/waybar-online/assets/index-B5D5_9MV.js"></script>
|
2025-08-01 17:11:51 +00:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="app"></div>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
// Redirects user from 404
|
|
|
|
|
(function () {
|
|
|
|
|
var redirect = sessionStorage.redirect;
|
|
|
|
|
delete sessionStorage.redirect;
|
|
|
|
|
if (redirect && redirect != location.href) {
|
|
|
|
|
history.replaceState(null, null, redirect);
|
|
|
|
|
}
|
|
|
|
|
})();
|
|
|
|
|
</script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|