SketchyMaze.com website built using Hugo.
https://www.sketchymaze.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
256 B
12 lines
256 B
4 years ago
|
{{ define "main" }}
|
||
|
<div class="row">
|
||
|
<div class="col-12">
|
||
|
<img src="/images/about.png">
|
||
|
|
||
|
<h1>Welcome to SketchyMaze.com</h1>
|
||
|
|
||
|
<p>f.</p><p>f.</p><p>f.</p><p>f.</p><p>f.</p><p>f.</p><p>f.</p><p>f.</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
{{ end }}
|