This repository has been archived on 2025-10-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
barcamp/layouts/index.html
Philipp Rothmann 628b69c331 update
2022-08-09 21:51:01 +02:00

20 lines
358 B
HTML

{{ define "main" }}
<main aria-role="main">
<div class="content">
<div class="index-content framed">
<h1 id="hello-there">Hi Barcamp!</h1>
<p>Hier kommst du zur Timeline</p>
<div align="center">
<a class="read-more button" href="/timeline">View → </a>
</div>
</div>
</div>
</div>
</main>
{{ end }}