mirror of
https://github.com/Noratrieb/website.git
synced 2026-01-14 08:55:01 +01:00
icon
This commit is contained in:
parent
116c33ba5a
commit
dc4352b9f0
9 changed files with 7 additions and 2 deletions
BIN
static/root/android-chrome-192x192.png
Normal file
BIN
static/root/android-chrome-192x192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
static/root/android-chrome-512x512.png
Normal file
BIN
static/root/android-chrome-512x512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 40 KiB |
BIN
static/root/apple-touch-icon.png
Normal file
BIN
static/root/apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
BIN
static/root/favicon-16x16.png
Normal file
BIN
static/root/favicon-16x16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 613 B |
BIN
static/root/favicon-32x32.png
Normal file
BIN
static/root/favicon-32x32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
BIN
static/root/favicon.ico
Normal file
BIN
static/root/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>nilstrieb.dev</title>
|
||||
<title>Hugo Boss</title>
|
||||
<link rel="stylesheet" href="static/theme.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
|
|
@ -4,6 +4,10 @@
|
|||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>noratrieb.dev</title>
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
||||
<link rel="manifest" href="/site.webmanifest" />
|
||||
<link rel="stylesheet" href="static/theme.css" />
|
||||
<style>
|
||||
.hint {
|
||||
|
|
@ -86,7 +90,7 @@
|
|||
height="200"
|
||||
src="static/Noratrieb.png"
|
||||
alt="Two grey cartoon-cats on a pink background. The left cat is small and sits on a floating rocket, the right cat is big and has a red bow tie on the right ear."
|
||||
style="margin-left: 15px;"
|
||||
style="margin-left: 15px"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
1
static/root/site.webmanifest
Normal file
1
static/root/site.webmanifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
||||
Loading…
Add table
Add a link
Reference in a new issue