27 lines
667 B
HTML
27 lines
667 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Parchment</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="icon" href="/_/icons/logo.png">
|
|
<link rel="stylesheet" href="/_/code/shared.css"></script>
|
|
<script src="/_/code/quill.js"></script>
|
|
<script type="module" src="/75820185/index.js"></script>
|
|
<style>
|
|
:root {
|
|
--main: #6A2C1C;
|
|
--accent: #FEB279;
|
|
}
|
|
|
|
html, body {
|
|
margin: 0;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
background: var(--main);
|
|
}
|
|
</style>
|
|
</head>
|
|
<body style="margin: 0px;">
|
|
|
|
</body>
|
|
</html> |