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

32 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Forum</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://unpkg.com/gridjs/dist/theme/mermaid.min.css" rel="stylesheet"/>
<script src="https://unpkg.com/gridjs/dist/gridjs.umd.js"></script>
<link rel="icon" href="/_/icons/columnred.svg">
<link rel="stylesheet" href="/_/code/shared.css">
<script>
if(localStorage.getItem("theme")) {
document.documentElement.className = localStorage.getItem("theme")
} else {
if(window.matchMedia('(prefers-color-scheme: dark)').matches) {
document.documentElement.className = "dark"
}
}
</script>
<script type="importmap">
{
"imports": {
"fs": "/_/code/ws/shim/fs.js"
}
}
</script>
<script src="/_/code/quill.js"></script>
<script src="/_/code/zod.js"></script>
<script type="module" src="75820185/index.js"></script>
</head>
<body>
</body>
</html>