add another paragraph to index

This commit is contained in:
Rupus Reinefjord 2018-01-19 17:38:26 +01:00
parent 82487c97b1
commit 3f0ef27496
4 changed files with 14 additions and 6 deletions

View file

@ -5,9 +5,14 @@
{% block body %}
<main>
<main class="text">
<h2>Welcome</h2>
<p>... to my fancy webpage!</p>
<p>... to my website!</p>
<p>My name is Rupus Reinefjord. I am a Computer Science student at
KTH Royal Institute of Technology. My passion is programming, technology,
and music.
</p>
</main>
{% endblock %}