Files
Hyperia/ui/site/index.html
2025-10-01 22:49:25 -05:00

17 lines
626 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Hyperia</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="_/icons/logo.svg">
<link rel="stylesheet" href="_/code/shared.css">
<script src="_/code/util.js"></script>
<script type="module">
import ProfileButton from "./components/ProfileButton.js"
</script>
</head>
<body>
<span id="title" class="link" onclick='window.location.href="/"'>hyperia</span>
<profile-button style="z-index: 1; cursor: default; position: fixed; top: 5.5vh; right: 4.5vw"></profile-button>
</body>
</html>