add another paragraph to index
This commit is contained in:
parent
82487c97b1
commit
3f0ef27496
4 changed files with 14 additions and 6 deletions
|
@ -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 %}
|
||||
|
|
Reference in a new issue