mirror of
https://github.com/ION606/static-site-hosting.git
synced 2026-05-14 22:16:54 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{% 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 %}
|
||||
Reference in New Issue
Block a user