initial commit
This commit is contained in:
commit
164fa61ad2
40 changed files with 1263 additions and 0 deletions
7
community_backup/webui/templates/landing.html
Normal file
7
community_backup/webui/templates/landing.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<row class="text-center p-2">
|
||||
<h1>Welcome to Community Backup!</h1>
|
||||
</row>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue