Files
Website/html-head.php
2025-06-26 18:51:04 +02:00

34 lines
1.3 KiB
PHP

<!DOCTYPE html>
<html lang="de" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="author" content="Elias Fink">
<meta name="copyright" content="Copyright © <?php echo date("Y"); ?> Elias Fink">
<meta name="robots" content="noindex, nofollow">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" sizes="96x96" href="https://static.eliasfink.de/img/favicon/favicon-96x96.png"/>
<link rel="icon" type="image/svg+xml" href="https://static.eliasfink.de/img/favicon/favicon.svg"/>
<link rel="shortcut icon" href="https://static.eliasfink.de/img/favicon/favicon.ico"/>
<link rel="apple-touch-icon" sizes="180x180" href="https://static.eliasfink.de/img/favicon/apple-touch-icon.png"/>
<link rel="manifest" href="https://static.eliasfink.de/img/favicon/site.webmanifest"/>
<style>
:root {
--blue-darkest: #001A33;
--blue-darker: #004D99;
--blue-medium: #0080FF;
--blue-lighter: #66B3FF;
--blue-lightest: #CCE6FF;
--grey-darkest: #161A1D;
--grey-darker: #434D56;
--grey-medium: #708090;
--grey-lighter: #A9B3BC;
--grey-lightest: #E2E6E9;
}
</style>