fix(ihm_client): favicon via chemin relatif /favicon.svg pour HTTPS
All checks were successful
Build and Push Docker image (ext) / docker (push) Successful in 51s
All checks were successful
Build and Push Docker image (ext) / docker (push) Successful in 51s
This commit is contained in:
parent
a40416a248
commit
a6f54dc8f5
@ -9,6 +9,7 @@
|
|||||||
<link rel="stylesheet" href="./style/4nk.css">
|
<link rel="stylesheet" href="./style/4nk.css">
|
||||||
<script src="https://unpkg.com/html5-qrcode"></script>
|
<script src="https://unpkg.com/html5-qrcode"></script>
|
||||||
<title>4NK Application</title>
|
<title>4NK Application</title>
|
||||||
|
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="header-container"></div>
|
<div id="header-container"></div>
|
||||||
|
@ -1735,4 +1735,3 @@ class ChatElement extends HTMLElement {
|
|||||||
|
|
||||||
customElements.define('chat-element', ChatElement);
|
customElements.define('chat-element', ChatElement);
|
||||||
export { ChatElement };*/
|
export { ChatElement };*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user