Add favicon
This commit is contained in:
parent
8b022848a6
commit
cebb060352
3 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ BISOUS
|
|||
<link rel="stylesheet" href="css/guide.css">
|
||||
<link rel="stylesheet" href="css/drag.css">
|
||||
<script src="js/drag.js" defer></script>
|
||||
<link rel="icon" type="image/x-icon" href="assets/stickers/ecran.png">
|
||||
<title>Guide Interhack Camp 2026</title>
|
||||
</head>
|
||||
<body id="page-guide">
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="stylesheet" href="css/home.css">
|
||||
<link rel="stylesheet" href="css/drag.css">
|
||||
<script src="js/drag.js" defer></script>
|
||||
<link rel="icon" type="image/x-icon" href="assets/stickers/ecran.png">
|
||||
<title>Camp Interhack</title>
|
||||
</head>
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
<link rel="stylesheet" href="css/poster.css">
|
||||
<link rel="stylesheet" href="css/drag.css">
|
||||
<script src="js/drag.js" defer></script>
|
||||
<link rel="icon" type="image/x-icon" href="assets/stickers/ecran.png">
|
||||
<title>Camp Interhack 2026 – Poster</title>
|
||||
</head>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue