forked from github/plane
build: merge frontend and backend into a single repo
This commit is contained in:
5
apiserver/templates/index.html
Normal file
5
apiserver/templates/index.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% extends 'base.html' %} {% load static %} {% block content %}
|
||||
<div class="container mt-5">
|
||||
<h1>Hello from plane!</h1>
|
||||
</div>
|
||||
{% endblock content %}
|
||||
Reference in New Issue
Block a user