website/themes/notebook/layouts/index.html

12 lines
219 B
HTML
Raw Normal View History

2021-01-04 03:29:13 +00:00
{{ define "main" }}
<div class="row">
<div class="col-12">
<img src="/images/about.png">
<h1>Welcome to SketchyMaze.com</h1>
2021-01-04 05:47:49 +00:00
This website is under construction.
2021-01-04 03:29:13 +00:00
</div>
</div>
{{ end }}