1
0
Fork 0
mirror of https://github.com/yuzu-emu/shared-bulma-theme.git synced 2025-01-12 09:25:34 +00:00
shared-bulma-theme/layouts/404.html

7 lines
134 B
HTML
Raw Normal View History

{{ define "main" }}
<div class="container">
<section class="section">
404 - Page not found
</section>
</div>
{{ end }}