diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-24 15:35:35 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-24 15:35:35 +0000 |
| commit | 40933d4389e9dfdef5d8dd7eae9c82224d20a256 (patch) | |
| tree | 53bf27166a94edc9c38b018ca624d79e16c146b8 /files | |
| parent | b6791536941ea82e0262a11149327b70b70176c1 (diff) | |
| download | alicelinux-40933d4389e9dfdef5d8dd7eae9c82224d20a256.tar.gz alicelinux-40933d4389e9dfdef5d8dd7eae9c82224d20a256.zip | |
Woodpecker CI ef5bfeb93345a5a681d88e99775622bf28defd8d [SKIP CI]
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; |