diff options
| author | emmett1 <me@emmett1.my> | 2026-05-24 23:34:39 +0800 |
|---|---|---|
| committer | emmett1 <me@emmett1.my> | 2026-05-24 23:34:39 +0800 |
| commit | 76229f5bd496504363b58172e2708c7b9ad79c43 (patch) | |
| tree | 727299aa5ec686d6df797b5fb67c384453614ed9 /files | |
| parent | c6e05105528b47a952d5367d5326a349608e456e (diff) | |
| download | alicelinux-76229f5bd496504363b58172e2708c7b9ad79c43.tar.gz alicelinux-76229f5bd496504363b58172e2708c7b9ad79c43.zip | |
updated .woodpecker and buildsite.sh script
Diffstat (limited to 'files')
| -rw-r--r-- | files/favicon.svg | 4 | ||||
| -rw-r--r-- | files/header | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/files/favicon.svg b/files/favicon.svg new file mode 100644 index 00000000..17c8a998 --- /dev/null +++ b/files/favicon.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> + <rect width="32" height="32" rx="4" fill="#0d0d0d"/> + <polygon points="16,6 4,28 28,28" fill="none" stroke="#e0e0e0" stroke-width="2.5" stroke-linejoin="round"/> +</svg> diff --git a/files/header b/files/header index bc0b5708..8e32c6c8 100644 --- a/files/header +++ b/files/header @@ -4,6 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Alice Linux - @TITLE@</title> + <link rel="icon" type="image/svg+xml" href="/files/favicon.svg"> <style> :root { color-scheme: dark; |