22 lines
941 B
HTML
22 lines
941 B
HTML
<!DOCTYPE html>
|
|
<html lang="id">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="theme-color" content="#23a1eb" />
|
|
<title>IMPHNEN -- Discord Moderation</title>
|
|
<link data-trunk rel="rust" data-crate="frontend" data-wasm="frontend.wasm" />
|
|
<link data-trunk rel="css" href="src/app.css" />
|
|
<link data-trunk rel="copy-dir" href="public/" />
|
|
<!-- Poppins font -->
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap" rel="stylesheet" />
|
|
<!-- Preload WASM (Trunk inlines this, but just in case) -->
|
|
<link rel="preload" href="/frontend.wasm" as="fetch" crossorigin="anonymous" />
|
|
</head>
|
|
<body>
|
|
<!-- Leptos CSR mounts to document.body by default -->
|
|
</body>
|
|
</html>
|