Started working on homepage

This commit is contained in:
Leon Mika 2025-06-22 23:05:19 +02:00
parent 2d50b9f5a4
commit aaf91f33e2

View file

@ -1,5 +1,16 @@
<h1>Welcome</h1>
<img src="{{prefix}}/public/logo.png" alt="I.S. Know logo, featuring a wireframe sphere instead of an O">
<p>Welcome to the quiz</p>
<div class="center-prose">
<p>Greetings fellow web developer,</p>
<p>I'm sure you deal with ISO and RFC standards all the time as part of your work, but how well do you
actually know them? Take this quiz of 10 questions to test your knowledge of standards
common to web and server development and prove to anyone who cares to listen that you too are an
I.S. Knowlable person.</p>
<p>Just know that this is for amusement purposes only and any knowledge you might gain is
purely coincidental.
</p>
<p>Good luck,</p>
<p>— lmika</p>
</div>
<a data-controller="clearstate" data-action="clearstate#startGame" href="{{prefix}}/1">Lets go</a>
<a data-controller="clearstate" data-action="clearstate#startGame" href="{{prefix}}/1" class="button">Begin</a>