mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-08-07 12:59:45 +00:00
Move installable html into the website/ subdirectory.
This commit is contained in:
parent
c7545f27cf
commit
5baaa8c8a8
15 changed files with 1 additions and 1 deletions
12
html/website/error.html.mstch
Normal file
12
html/website/error.html.mstch
Normal file
|
@ -0,0 +1,12 @@
|
|||
{{>head}}
|
||||
<body>
|
||||
|
||||
<div id="content" class="error">
|
||||
|
||||
{{> error_code}}
|
||||
{{> error_message}}
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue