iswhoa/views/layout.html

15 lines
524 B
HTML
Raw Normal View History

2025-06-19 12:14:46 +00:00
<!DOCTYPE html>
<html lang="en" class="{{if .fadeIn}}fade-transition{{end}}">
2025-06-19 12:14:46 +00:00
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
<link rel="stylesheet" href="{{prefix}}/assets/style.css">
<link rel="stylesheet" href="{{prefix}}/assets/fontello/css/fontello.css">
2025-06-20 12:00:23 +00:00
<script src="{{prefix}}/assets/scripts/main.js" type="module"></script>
2025-06-19 12:14:46 +00:00
</head>
<body>
{{embed}}
</body>
</html>