35 lines
870 B
HTML
35 lines
870 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">
|
|
<link
|
|
rel="preload"
|
|
href="/_/fonts/BonaNova/BonaNova-Regular.woff"
|
|
as="font"
|
|
type="font/woff2"
|
|
crossorigin
|
|
>
|
|
<link
|
|
rel="preload"
|
|
href="/_/fonts/BonaNova/BonaNova-Bold.woff"
|
|
as="font"
|
|
type="font/woff"
|
|
crossorigin
|
|
>
|
|
<style>
|
|
|
|
body {
|
|
font-size: 16px;
|
|
background-image: url("/_/images/fabric.webp");
|
|
background-size: 33vw auto; /* width height of each tile */
|
|
}
|
|
</style>
|
|
<script src="/_/code/quill.js"></script>
|
|
<script type="module" src="75820185/index.js"></script>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html> |