website/themes/notebook/layouts/index.html

40 lines
1.4 KiB
HTML
Raw Normal View History

2021-01-04 03:29:13 +00:00
{{ define "main" }}
<div class="row">
<div class="col-12">
<h1>Welcome to SketchyMaze.com</h1>
<p>
<img src="/images/main-menu.png" class="center">
</p>
<p>
<strong>Sketchy Maze</strong> is a drawing-based maze game themed around
hand-drawn maps on paper. You can design your own level and make it look
like anything you want, and drag-and-drop some 'doodads' like Buttons,
Doors and Keys to add interactive elements and create puzzles and
obstacles.
</p>
<p>
The game is currently available as an early <strong>alpha</strong>
release. See the <a href="/download/">Downloads</a> to try it out!
</p>
2021-06-09 04:35:48 +00:00
<div style="text-align: center">
<iframe width="560" height="315"
src="https://www.youtube.com/embed/18QacOa0374"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
class="center"
allowfullscreen></iframe>
</div>
<p>
See <a href="/about/">About</a>, <a href="/faq/">FAQ</a> and the
<a href="/guidebook">Guidebook</a> for more information about the game.
</p>
2021-01-04 03:29:13 +00:00
</div>
</div>
{{ end }}