Files
frm.so/ui/public/index.html

40 lines
919 B
HTML

<!DOCTYPE html>
<html lang="en" class="public">
<head>
<title>Forum</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="/_/icons/columnred.svg">
<link rel="stylesheet" href="/_/code/shared.css">
<link
rel="preload"
href="/_/fonts/Canterbury/Canterbury.ttf"
as="font"
type="font/truetype"
crossorigin
>
<link
rel="preload"
href="/_/fonts/Nabla/Nabla-Regular.ttf"
as="font"
type="font/truetype"
crossorigin
>
<link
rel="preload"
href="/_/fonts/Nanum/NanumGothicCoding-Regular.ttf"
as="font"
type="font/truetype"
crossorigin
>
<style>
body {
background: black;
}
</style>
<script src="/_/code/quill.js"></script>
<script type="module" src="75820185/index.js"></script>
</head>
<body>
</body>
</html>