abdullahtarawneh.com/layouts/index.html

10 lines
241 B
HTML
Raw Normal View History

2020-10-10 19:09:30 +00:00
{{ define "main" }}
2021-12-20 11:27:10 +00:00
<main id="index">
<header class="" id="under-construction">
2021-10-18 08:33:36 +00:00
<div class="container">
<h1 class="title" style="margin-bottom: 0; margin-top: 1.5rem;">site under construction</h1>
2021-10-18 08:33:36 +00:00
</div>
</header>
2020-10-10 19:09:30 +00:00
</main>
{{ end }}