removed extra classes from index.html template
This commit is contained in:
parent
d13c15e7dd
commit
3c72522011
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user