UI/UX changes: PicoCSS -> mirageCSS, rice-box.go removed and placed on .gitignore (since it is generated anyway), update templates. Signed-off-by: Aoi K <koizumi.aoi@kyoko-project.wer.ee> Co-authored-by: Aoi K <koizumi.aoi@kyoko-project.wer.ee> Reviewed-on: https://git.mills.io/prologic/spyda/pulls/1 Co-authored-by: Aoi Koizumi (古泉 あおい) <novaburst@noreply@mills.io> Co-committed-by: Aoi Koizumi (古泉 あおい) <novaburst@noreply@mills.io>
10 lines
195 B
HTML
10 lines
195 B
HTML
{{define "content"}}
|
|
<article class="grid">
|
|
<div>
|
|
<hgroup>
|
|
<h2>404 Not Found</h2>
|
|
<h3>Ooops! The resource you are looking for is not here!</h3>
|
|
</hgroup>
|
|
</article>
|
|
{{end}}
|