commit eb0b42ad76d54b6a91930c5fc0d1d2fd7d349e67
parent b0d458da15e5e46b8f826210603b6308dd6d62f2
Author: LennartSchroot <[email protected]>
Date: Tue, 18 Apr 2023 16:49:07 +0200
kleine fixes
Diffstat:
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/css/general.css b/css/general.css
@@ -1,6 +1,6 @@
-/* @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');
+@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');
body {
margin: 0;
font-family: 'Montserrat', sans-serif;
-} */
-\ No newline at end of file
+}
+\ No newline at end of file
diff --git a/index.php b/index.php
@@ -58,7 +58,7 @@ $router->post('/alter_user', function () {
//dashboard
$router->get('/dashboard', function () {
- include 'views/dashboard.php';
+ include 'views/search_data.php';
});
//homepage
diff --git a/views/search_data.php b/views/search_data.php
@@ -38,6 +38,7 @@
<html>
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
+ <link rel="stylesheet" type="text/css" href="/css/weerdata.css">
</head>
<body>
<form class="d-flex" action="search_data" method="get">