Task #9534 Handle the UI of the Home Screen

This commit is contained in:
amalelshihaby 2021-07-26 16:11:19 +02:00
commit 20ce755303
48 changed files with 13944 additions and 262 deletions

View file

@ -1,7 +1,5 @@
{% extends 'uncloud/base.html' %}
{% load bootstrap5 %}
{% block bootstrap5_content %}
<div class="container">
<div id="content">
<div id="intro" class="row">
@ -18,4 +16,3 @@
</div>
</div>
{% endblock %}