diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..fea6e41 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,24 @@ +{% extends "base.html" %} + +{% block content %} +<h2>Hello and Welcome!</h2> +<p>My name is Rasmus. I am studying Computer Science and Physics</p> +<p>This site has many purposes. It serves somewhat as the replacement for my social-media, + it hosts my Git and E-mail server, and some other cool stuff aswell. + So, Go on, have a look around!</p> +<div class="index-content"> + + <div class="right"> + <h3>Text stuff here</h3> + <p>Pellentesque sit amet, porttitor eget dolor + arcu risus, quis varius quam quisque id diam + vel quam elementum pulvinar etiam non quam + lacus suspendisse.</p> + </div> + + <div class="left"> + <h3>Corner of Cool</h3> + </div> + +</div> +{% endblock content %} |