21 lines
579 B
HTML
21 lines
579 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">
|
|
<style>
|
|
|
|
body {
|
|
font-size: 16px;
|
|
background-image: url("/_/images/fabric.png");
|
|
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> |