1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2024-12-01 00:45:41 +00:00
kamokan/html/website/error.html.mstch

12 lines
117 B
Text

{{>head}}
<body>
<div id="content" class="error">
{{> error_code}}
{{> error_message}}
</div>
</body>
</html>