mirror of
https://onedev.site.tesses.net/tytd2025
synced 2026-02-08 17:45:45 +00:00
Add login support and oobe
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
func Components.ShellSimple(title, html, $htmx)
|
||||
{
|
||||
return <!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>TYTD - {title}</title>
|
||||
<link rel="stylesheet" href="beer.min.css">
|
||||
<link rel="stylesheet" href="theme.css">
|
||||
<script type="module" src="beer.min.js" defer></script>
|
||||
<if(htmx)>
|
||||
<true>
|
||||
<script src="htmx.min.js" defer></script>
|
||||
</true>
|
||||
</if>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<main class="responsive">
|
||||
<raw(html)>
|
||||
</main>
|
||||
</body>
|
||||
</html>;
|
||||
}
|
||||
Reference in New Issue
Block a user