Revert previous changes
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luca 2020-11-22 23:47:53 +01:00
parent 0346a9423d
commit ae61324f58
2 changed files with 1 additions and 8 deletions

View File

@ -6,8 +6,6 @@
body {
background: #000;
color: #fff;
text-align: right;
}
#no-content {

View File

@ -1,10 +1,5 @@
{{ 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>
<img id="no-content" src="https://http.cat/204" alt="Picture of two cats in front of an empty bowl; the caption reads &quot;204 No Content&quot;">
</main>
{{ end }}