favicon hinzugefügt

This commit is contained in:
Cay 2026-03-15 11:38:51 +00:00
parent 07c5c5efa7
commit 278bb6f620
6 changed files with 10 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -3,10 +3,11 @@
<head>
<meta charset="UTF-8" />
<title>Dynasty of Knights</title>
<link rel="icon" href="/favicon/dok_favicon_16px.ico" sizes="16x16">
<link rel="icon" href="/favicon/dok_favicon_32px.ico" sizes="32x32">
<link rel="icon" href="/favicon/dok_favicon_64px.ico" sizes="64x64">
<link rel="icon" href="/favicon/dok_favicon_128px.ico" sizes="128x128">
<link
rel="icon"
href="/images/favicon/dok_favicon_32px.ico"
type="image/x-icon"
/>
<link rel="stylesheet" href="/css/global.css">
<style>

View File

@ -3,6 +3,11 @@
<head>
<meta charset="UTF-8" />
<title>Dynasty of Knights</title>
<link
rel="icon"
href="/images/favicon/dok_favicon_32px.ico"
type="image/x-icon"
/>
<link rel="stylesheet" href="/css/launcher.css" />
<link rel="stylesheet" href="/css/global.css" />
<link rel="stylesheet" href="/css/building.css" />