mirror of
https://github.com/nfonteyne/octane-website.git
synced 2026-09-03 23:24:48 +02:00
update: add tab icon
This commit is contained in:
parent
b46c727c85
commit
5e50385acd
8 changed files with 17 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
||||||
<title>Administration — Octane</title>
|
<title>Administration — Octane</title>
|
||||||
<script src="/js/theme-init.js"></script>
|
<script src="/js/theme-init.js"></script>
|
||||||
<link rel="stylesheet" href="/css/style.css">
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
|
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header class="app-header">
|
<header class="app-header">
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
<title>Trouver mon lien de calendrier — Octane</title>
|
<title>Trouver mon lien de calendrier — Octane</title>
|
||||||
<script src="/js/theme-init.js"></script>
|
<script src="/js/theme-init.js"></script>
|
||||||
<link rel="stylesheet" href="/css/style.css">
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
|
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header class="app-header">
|
<header class="app-header">
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
<title>Disponibilités — Octane</title>
|
<title>Disponibilités — Octane</title>
|
||||||
<script src="/js/theme-init.js"></script>
|
<script src="/js/theme-init.js"></script>
|
||||||
<link rel="stylesheet" href="/css/style.css">
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
|
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header class="app-header">
|
<header class="app-header">
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
<title>Concerts — Octane</title>
|
<title>Concerts — Octane</title>
|
||||||
<script src="/js/theme-init.js"></script>
|
<script src="/js/theme-init.js"></script>
|
||||||
<link rel="stylesheet" href="/css/style.css">
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
|
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header class="app-header">
|
<header class="app-header">
|
||||||
|
|
|
||||||
10
public/favicon.svg
Normal file
10
public/favicon.svg
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
|
||||||
|
<stop offset="0%" stop-color="#6c4cf0"/>
|
||||||
|
<stop offset="100%" stop-color="#9884f5"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<rect width="32" height="32" rx="8" fill="url(#g)"/>
|
||||||
|
<text x="16" y="23" text-anchor="middle" font-size="20" font-family="system-ui, sans-serif" fill="#ffffff">♫</text>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 440 B |
|
|
@ -6,6 +6,7 @@
|
||||||
<title>Répertoire — Octane</title>
|
<title>Répertoire — Octane</title>
|
||||||
<script src="/js/theme-init.js"></script>
|
<script src="/js/theme-init.js"></script>
|
||||||
<link rel="stylesheet" href="/css/style.css">
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
|
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header class="app-header">
|
<header class="app-header">
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
<title>Mon profil — Octane</title>
|
<title>Mon profil — Octane</title>
|
||||||
<script src="/js/theme-init.js"></script>
|
<script src="/js/theme-init.js"></script>
|
||||||
<link rel="stylesheet" href="/css/style.css">
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
|
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header class="app-header">
|
<header class="app-header">
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
<title>Suggestions — Octane</title>
|
<title>Suggestions — Octane</title>
|
||||||
<script src="/js/theme-init.js"></script>
|
<script src="/js/theme-init.js"></script>
|
||||||
<link rel="stylesheet" href="/css/style.css">
|
<link rel="stylesheet" href="/css/style.css">
|
||||||
|
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header class="app-header">
|
<header class="app-header">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue