reorganize and fix some stuff

This commit is contained in:
Zoe
2024-11-23 02:21:26 -06:00
parent 0b7de3fab5
commit aa90c7048d
9 changed files with 304 additions and 242 deletions

View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Passport</title>
<link rel="favicon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preload" as="font" type="font/woff2" crossorigin="anonymous" href="/assets/fonts/InstrumentSans-VariableFont_wdth,wght.woff2">
<style>{{{inlineCSS}}}</style>
</head>
<body class="bg-[#151316] text-white">
{{embed}}
</body>
{{{devContent}}}
</html>