feat: add title on front
This commit is contained in:
parent
56619b524d
commit
915433bb48
2 changed files with 4 additions and 3 deletions
|
|
@ -1,3 +0,0 @@
|
||||||
h1 {
|
|
||||||
color: blue;
|
|
||||||
}
|
|
||||||
|
|
@ -8,6 +8,10 @@
|
||||||
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<header>
|
||||||
|
<h1>SimuGaz</h1>
|
||||||
|
</header>
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<section class="filters">
|
<section class="filters">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue