removed extra classes from index.html template
This commit is contained in:
parent
d13c15e7dd
commit
3c72522011
@ -1,5 +1,5 @@
|
|||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html class="h-100">
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
<title>Rustico</title>
|
<title>Rustico</title>
|
||||||
|
|
||||||
<body class="h-100 d-flex flex-column">
|
<body>
|
||||||
<div id="root" class="d-flex flex-fill"></div>
|
<div id="root"></div>
|
||||||
<script src="{{ url_for('static', filename='index.js') }}"></script>
|
<script src="{{ url_for('static', filename='index.js') }}"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user