Fix icon and css
This commit is contained in:
parent
46af836c01
commit
e249efaed9
@ -5,9 +5,9 @@
|
|||||||
<!-- Prevent search engine indexing -->
|
<!-- Prevent search engine indexing -->
|
||||||
<meta name="robots" content="noindex" />
|
<meta name="robots" content="noindex" />
|
||||||
|
|
||||||
<link rel="shortcut icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/icons/festival.ico" />
|
<link rel="shortcut icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/festival/icons/festival.ico" />
|
||||||
<link rel="apple-touch-icon" href="/icons/festival.png" />
|
<link rel="apple-touch-icon" href="/festival/icons/festival.png" />
|
||||||
<link rel="icon" href="/icons/festival.png">
|
<link rel="icon" href="/festival/icons/festival.png">
|
||||||
|
|
||||||
<title>CC Festival</title>
|
<title>CC Festival</title>
|
||||||
<meta name="author" content="Christoph Hagen & Charlotte Strohofer" />
|
<meta name="author" content="Christoph Hagen & Charlotte Strohofer" />
|
||||||
@ -16,8 +16,8 @@
|
|||||||
<link rel="canonical" href="https://christophhagen.de/festival-en.html" />
|
<link rel="canonical" href="https://christophhagen.de/festival-en.html" />
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||||
<link rel="stylesheet" type="text/css" href="assets/festival.css">
|
<link rel="stylesheet" type="text/css" href="assets/festival.css?v=1">
|
||||||
<script src="assets/festival.js?v=9"></script>
|
<script src="assets/festival.js?v=10"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
|
@ -5,9 +5,9 @@
|
|||||||
<!-- Prevent search engine indexing -->
|
<!-- Prevent search engine indexing -->
|
||||||
<meta name="robots" content="noindex" />
|
<meta name="robots" content="noindex" />
|
||||||
|
|
||||||
<link rel="shortcut icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/icons/festival.ico" />
|
<link rel="shortcut icon" sizes="16x16 24x24 32x32 48x48 64x64" type="image/vnd.microsoft.icon" href="/festival/icons/festival.ico" />
|
||||||
<link rel="apple-touch-icon" href="/icons/festival.png" />
|
<link rel="apple-touch-icon" href="/festival/icons/festival.png" />
|
||||||
<link rel="icon" href="/icons/festival.png">
|
<link rel="icon" href="/festival/icons/festival.png">
|
||||||
|
|
||||||
<title>CC Festival</title>
|
<title>CC Festival</title>
|
||||||
<meta name="author" content="Christoph Hagen & Charlotte Strohofer" />
|
<meta name="author" content="Christoph Hagen & Charlotte Strohofer" />
|
||||||
@ -16,8 +16,8 @@
|
|||||||
<link rel="canonical" href="https://christophhagen.de/festival.html" />
|
<link rel="canonical" href="https://christophhagen.de/festival.html" />
|
||||||
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||||
<link rel="stylesheet" type="text/css" href="assets/festival.css">
|
<link rel="stylesheet" type="text/css" href="assets/festival.css?v=1">
|
||||||
<script src="assets/festival.js?v=9"></script>
|
<script src="assets/festival.js?v=10"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
|
Loading…
Reference in New Issue
Block a user