21 lines
706 B
PHP
Executable File
21 lines
706 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">
|
||
<link rel="manifest" href="manifest.json">
|
||
|
||
</head>
|
||
|
||
<body>
|
||
|
||
<? include('menu.php') ?>
|