mirror of
https://github.com/SupertigerDev/waybar-online.git
synced 2026-03-24 08:06:37 +00:00
27 lines
864 B
HTML
27 lines
864 B
HTML
<!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" />
|
|
<link href="/waybar-online/fontawesome/css/fontawesome.min.css" rel="stylesheet" />
|
|
<link href="/waybar-online/fontawesome/css/solid.min.css" rel="stylesheet" />
|
|
<title>Vite + TS</title>
|
|
<script type="module" crossorigin src="/waybar-online/assets/index-DW7m6EMR.js"></script>
|
|
</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>
|