11 lines
601 B
HTML
11 lines
601 B
HTML
{% extends "template.html" %}
|
|
{% block title %}Hello, this is my {% endblock %}
|
|
{% block head %}
|
|
{{ super() }}
|
|
{% endblock %}
|
|
{% block content %}
|
|
My name is Stefan Friese. I am fascinated by computers since i first saw my Dad working on the ZX Spectrumn. For me, the greatest thing is to learn something new. I like music, engineering, art, design and security CTFs. I write blog entries on my journey, so I’ll can look stuff up and share it with you and students at work.<p></p><div class="contact";><script src="https://tryhackme.com/badge/502760"></script><p></p></div>
|
|
{% endblock %}
|
|
|
|
|