removed extra classes from index.html template

This commit is contained in:
Giulio De Pasquale 2020-12-18 14:01:59 +00:00
parent d13c15e7dd
commit 3c72522011

View File

@ -1,5 +1,5 @@
<!doctype html>
<html class="h-100">
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
@ -8,8 +8,8 @@
<title>Rustico</title>
<body class="h-100 d-flex flex-column">
<div id="root" class="d-flex flex-fill"></div>
<body>
<div id="root"></div>
<script src="{{ url_for('static', filename='index.js') }}"></script>
</body>