von head auf header.php geändert

This commit is contained in:
Borgal
2025-08-09 00:51:10 +02:00
parent 196877299a
commit d426525e1f

22
inc/header.php Executable file
View File

@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DoMiLi Farbe der Woche</title>
<!-- Bootstrap-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Font Google-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet">
<!-- Custom styles -->
<link rel="stylesheet" href="css/style.css">
</head>
<!-- Farbe über Bootstrap festlegen mit Transparent -->
<!-- <body class="bg-info bg-opacity-10"> -->
<body>
<? include('inc/menu.php') ?>