Files
static-site-hosting/templates/home.html
T
2025-02-14 22:37:52 -05:00

8 lines
197 B
HTML

{% extends "base.html" %}
{% block title %}Home{% endblock %}
{% block content %}
<h1>Welcome to Static Site Host</h1>
<p>Upload and manage your static websites easily!</p>
{% endblock %}