Files
passport/views/layouts/main.hbs
2024-11-16 04:30:29 -06:00

16 lines
400 B
Handlebars

<!DOCTYPE html>
<html>
<head>
<title>Passport</title>
<link rel="favicon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="prefetch" href="/assets/fonts/InstrumentSans-VariableFont_wdth,wght.woff2">
<style>{{{inlineCSS}}}</style>
</head>
<body class="bg-[#151316] text-white">
{{embed}}
</body>
{{{devContent}}}
</html>