diff options
| author | Botond Hende <contact@wazul.moe> | 2026-05-09 08:15:08 +0200 |
|---|---|---|
| committer | Botond Hende <contact@wazul.moe> | 2026-05-09 08:15:08 +0200 |
| commit | 81964ffac36d659b450140d37ab73074660cb0bd (patch) | |
| tree | d32739afad1d4e5ab80504bb94fceec6aa4b2d13 /main/templates/main_webmaster.html.j2 | |
| parent | 6fa30eec950b85778daf13758b94799d5fe6a6ac (diff) | |
added webmaster page and 88x31 button
Diffstat (limited to 'main/templates/main_webmaster.html.j2')
| -rw-r--r-- | main/templates/main_webmaster.html.j2 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/main/templates/main_webmaster.html.j2 b/main/templates/main_webmaster.html.j2 new file mode 100644 index 0000000..32aa9c5 --- /dev/null +++ b/main/templates/main_webmaster.html.j2 @@ -0,0 +1,12 @@ +{% extends "main_base.html.j2" %} +{% block content %} +<h1>About me</h1> +<p>My name is Wazul! I'm a game developer by occupation and a computer enthusiast by hobby. I love learning about and working on anything related to computers or geek stuff, although I consider myself only a passionate greenhorn. Sometimes I touch upon some more artistic stuff, but mostly just to amuse myself.</p> +<hr> +<h3>If you'd like to be web neighbors, contact me on email: <a href="mailto:{{ site.email }}">{{ site.email }}</a></h3> +<h3>Add this HTML snippet you website:</h3> +<code><a href="https://wazul.moe" target="_blank"><img src="YOUR IMAGE PATH" alt="Wazul's website" title="Wazul's website"></a></code> +<h3>My buttons (please do not <a href="https://altlab.com/hotlinking/">hotlink</a>):</h3> +<p><b>88x31:</b></p> +<img src="/assets/image/buttons/wazul_88x31.png" /> +{% endblock %} |
