Reorganised the webservers (temp for now) and docker-compose.yml now works
This commit is contained in:
5
web_server/ui/templates/index.html
Normal file
5
web_server/ui/templates/index.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block main_content %}
|
||||
<h1>Welcome</h1>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user