11 lines
300 B
HTML
11 lines
300 B
HTML
{{ define "main" }}
|
|
<main>
|
|
<h1>Welcome to the franconian.net website</h1><br>
|
|
<h2>FAQ</h2>
|
|
<ul>
|
|
<li><em>What is this?</em><br>This is the franconian.net page for the franconian channel/stage for the rc3.</li>
|
|
<li><em>Who?</em><br>hackzogtum, nerd2nerd, backspace</li>
|
|
</ul>
|
|
</main>
|
|
{{ end }}
|