22 lines
763 B
PHP
Executable File
22 lines
763 B
PHP
Executable File
<!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') ?>
|