Updated html head
This commit is contained in:
@@ -4,32 +4,30 @@
|
||||
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="author" content="Elias Fink">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="author" content="Elias Fink">
|
||||
<meta name="copyright" content="Copyright © <?php echo date("Y"); ?> Elias Fink">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link rel="shortcut icon" href="https://static.eliasfink.de/img/favicons/favicon.ico">
|
||||
<link rel="manifest" href="https://static.eliasfink.de/img/favicons/site.webmanifest">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://static.eliasfink.de/img/favicons/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="https://static.eliasfink.de/img/favicons/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="https://static.eliasfink.de/img/favicons/favicon-16x16.png">
|
||||
<meta name="msapplication-config" content="https://static.eliasfink.de/img/favicons/browserconfig.xml">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<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-1: #001A33;
|
||||
--blue-2: #004D99;
|
||||
--blue-3: #0080FF;
|
||||
--blue-4: #66B3FF;
|
||||
--blue-5: #CCE6FF;
|
||||
--grey-1: #161A1D;
|
||||
--grey-2: #434D56;
|
||||
--grey-3: #708090;
|
||||
--grey-4: #A9B3BC;
|
||||
--grey-5: #E2E6E9;
|
||||
--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>
|
||||
|
||||
Reference in New Issue
Block a user