added router and updated base-layout

This commit is contained in:
2022-01-24 13:32:25 +01:00
parent 5c6360c88a
commit 754243e3b2
10 changed files with 145 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html class="h-100" lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
@@ -26,9 +26,9 @@
-->
<title>React Base /w Bootstrap</title>
</head>
<body>
<body class="h-100">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<div id="root" class="d-flex flex-column h-100"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.