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 | |
| parent | b6791536941ea82e0262a11149327b70b70176c1 (diff) | |
| download | alicelinux-40933d4389e9dfdef5d8dd7eae9c82224d20a256.tar.gz alicelinux-40933d4389e9dfdef5d8dd7eae9c82224d20a256.zip | |
Woodpecker CI ef5bfeb93345a5a681d88e99775622bf28defd8d [SKIP CI]
| -rw-r--r-- | commits.html | 1 | ||||
| -rw-r--r-- | community.html | 1 | ||||
| -rw-r--r-- | docs/index.html | 1 | ||||
| -rw-r--r-- | docs/install.html | 1 | ||||
| -rw-r--r-- | docs/networking.html | 1 | ||||
| -rw-r--r-- | docs/packagemanager.html | 1 | ||||
| -rw-r--r-- | docs/readme.html | 1 | ||||
| -rw-r--r-- | donate.html | 1 | ||||
| -rw-r--r-- | download.html | 1 | ||||
| -rw-r--r-- | files/favicon.svg | 4 | ||||
| -rw-r--r-- | files/header | 1 | ||||
| -rw-r--r-- | index.html | 1 | ||||
| -rw-r--r-- | ports.html | 1 |
13 files changed, 16 insertions, 0 deletions
diff --git a/commits.html b/commits.html index 0fd90733..4a7e42ea 100644 --- a/commits.html +++ b/commits.html @@ -4,6 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Alice Linux - commits</title> + <link rel="icon" type="image/svg+xml" href="/files/favicon.svg"> <style> :root { color-scheme: dark; diff --git a/community.html b/community.html index 62ca764c..f742def7 100644 --- a/community.html +++ b/community.html @@ -4,6 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Alice Linux - home</title> + <link rel="icon" type="image/svg+xml" href="/files/favicon.svg"> <style> :root { color-scheme: dark; diff --git a/docs/index.html b/docs/index.html index 5eaa4213..d39ff080 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,6 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Alice Linux - docs</title> + <link rel="icon" type="image/svg+xml" href="/files/favicon.svg"> <style> :root { color-scheme: dark; diff --git a/docs/install.html b/docs/install.html index fc7f3318..72a7cf7f 100644 --- a/docs/install.html +++ b/docs/install.html @@ -4,6 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Alice Linux - docs</title> + <link rel="icon" type="image/svg+xml" href="/files/favicon.svg"> <style> :root { color-scheme: dark; diff --git a/docs/networking.html b/docs/networking.html index 17c28dd7..7abcee1f 100644 --- a/docs/networking.html +++ b/docs/networking.html @@ -4,6 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Alice Linux - docs</title> + <link rel="icon" type="image/svg+xml" href="/files/favicon.svg"> <style> :root { color-scheme: dark; diff --git a/docs/packagemanager.html b/docs/packagemanager.html index b20ba3d0..56fd680d 100644 --- a/docs/packagemanager.html +++ b/docs/packagemanager.html @@ -4,6 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Alice Linux - docs</title> + <link rel="icon" type="image/svg+xml" href="/files/favicon.svg"> <style> :root { color-scheme: dark; diff --git a/docs/readme.html b/docs/readme.html index 6634c9d8..60712638 100644 --- a/docs/readme.html +++ b/docs/readme.html @@ -4,6 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Alice Linux - docs</title> + <link rel="icon" type="image/svg+xml" href="/files/favicon.svg"> <style> :root { color-scheme: dark; diff --git a/donate.html b/donate.html index 3b8f1ad3..e052d691 100644 --- a/donate.html +++ b/donate.html @@ -4,6 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Alice Linux - home</title> + <link rel="icon" type="image/svg+xml" href="/files/favicon.svg"> <style> :root { color-scheme: dark; diff --git a/download.html b/download.html index a8013df1..abe0e4c7 100644 --- a/download.html +++ b/download.html @@ -4,6 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Alice Linux - download</title> + <link rel="icon" type="image/svg+xml" href="/files/favicon.svg"> <style> :root { color-scheme: dark; 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; @@ -4,6 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Alice Linux - home</title> + <link rel="icon" type="image/svg+xml" href="/files/favicon.svg"> <style> :root { color-scheme: dark; @@ -4,6 +4,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Alice Linux - ports</title> + <link rel="icon" type="image/svg+xml" href="/files/favicon.svg"> <style> :root { color-scheme: dark; |