1
0
Fork 0

favicons in correct place...oiups

This commit is contained in:
red 2023-10-01 15:56:10 +01:00
parent 02f612cfa1
commit 830f36787b
8 changed files with 4 additions and 4 deletions

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 803 B

After

Width:  |  Height:  |  Size: 803 B

View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -22,10 +22,10 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Sketchers United Collaboration</title> <title>Sketchers United Collaboration</title>
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png"> <link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png"> <link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="/favicon/site.webmanifest"> <link rel="manifest" href="site.webmanifest">
<link rel="stylesheet" href="script/openseadragon/annotorious.min.css"> <link rel="stylesheet" href="script/openseadragon/annotorious.min.css">
<link rel="stylesheet" href="style.css"> <link rel="stylesheet" href="style.css">