11 lines
618 B
HTML
11 lines
618 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 be able to look stuff up, remember 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 %}
|
|
|
|
|