This commit is contained in:
2024-08-31 16:11:08 +05:30
parent a2b1f33c82
commit 0fef0a3570
6 changed files with 4 additions and 4 deletions

View File

@@ -89,7 +89,7 @@ if (isset($_GET)) {
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/home.css">
<link rel="stylesheet" href="assets/css/_home.css">
</head>
<?php
include "assets/_header.php";