quick rust website

This commit is contained in:
2025-12-08 20:54:02 +01:00
commit b0a5e51607
12 changed files with 2083 additions and 0 deletions

9
templates/homepage.html Normal file
View File

@@ -0,0 +1,9 @@
{% extends "_layout.html" %}
{% block title %}Home Page{% endblock %}
{% block content %}
<div class="container">
<p>Hello world!</p>
</div>
{% endblock %}