cbax_dev/templates/index.html

16 lines
489 B
HTML
Raw Permalink Normal View History

2024-10-29 03:38:04 +00:00
{% extends "base.html" %}
{% block content %}
<article class="box box-pop">
<p>This site is currently under construction, you can find the source code <a href="https://git.cbax.dev/cbax/cbax_dev">here</a></p>
<fieldset>
<legend>About Me</legend>
<ul>
<li>42U homelab owner <a class="fancy" href="/homelab">See Details</a></li>
<li>Amateur radio operator</li>
<li>AS202239 - 44net member</li>
<li>Retro-tech enthusiast</li>
</ul>
</fieldset>
</article>
{% endblock %}