diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-03-11 17:04:11 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-03-11 17:04:11 +0000 |
| commit | d58ac97d0594efea1f293a51039e15ce8a6d5dab (patch) | |
| tree | 23544ccaa1bc1003ee31185aaf6f69ca4780f477 /assets | |
| parent | de22caeaac0eeedc851bf731cc600cfc2ff662e2 (diff) | |
| download | alicelinux-d58ac97d0594efea1f293a51039e15ce8a6d5dab.tar.gz alicelinux-d58ac97d0594efea1f293a51039e15ce8a6d5dab.zip | |
Woodpecker CI 74c1f4a8593e4ade00eba778e015573bc7d898a4 [SKIP CI]
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/AliceLinux.png | bin | 550377 -> 0 bytes | |||
| -rw-r--r-- | assets/AliceLinuxWhite.png | bin | 182298 -> 0 bytes | |||
| -rw-r--r-- | assets/footer | 5 | ||||
| -rw-r--r-- | assets/grimshot-240524-234840.png | bin | 3036116 -> 0 bytes | |||
| -rw-r--r-- | assets/header | 65 |
5 files changed, 0 insertions, 70 deletions
diff --git a/assets/AliceLinux.png b/assets/AliceLinux.png Binary files differdeleted file mode 100644 index 3311191c..00000000 --- a/assets/AliceLinux.png +++ /dev/null diff --git a/assets/AliceLinuxWhite.png b/assets/AliceLinuxWhite.png Binary files differdeleted file mode 100644 index 264f0cfe..00000000 --- a/assets/AliceLinuxWhite.png +++ /dev/null diff --git a/assets/footer b/assets/footer deleted file mode 100644 index 42d9abbd..00000000 --- a/assets/footer +++ /dev/null @@ -1,5 +0,0 @@ - <br><hr> - <p>Copyright (C) Alice Linux, 2024-2026</p> -</div> -</body> -</html> diff --git a/assets/grimshot-240524-234840.png b/assets/grimshot-240524-234840.png Binary files differdeleted file mode 100644 index ff7e6447..00000000 --- a/assets/grimshot-240524-234840.png +++ /dev/null diff --git a/assets/header b/assets/header deleted file mode 100644 index 62c3186f..00000000 --- a/assets/header +++ /dev/null @@ -1,65 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Alice Linux - @TITLE@</title> - <style> - body { - font-family: monospace; - font-size: 14px; - line-height: 1.25; - max-width: 60em; - margin-left: auto; - margin-right: auto; - padding-left: 1em; - padding-right: 1em; - background-color: #242424; - color: #fefefe; - } - pre { - background-color: #2b2b2b; - border-radius: 3px; - padding: 10px; - overflow-x: auto; - } - code { - color: #f7f3d6; - } - img { - display: block; - max-width: 100%; - } - hr { - border: 0; - border-top: 1px dashed #fefefe; - margin: 20px 0; - } - table { - width: 100%; - border-collapse: collapse; - } - th, td { - padding: 4px; - } - th { - background-color: #221e1f; - } - table, th, td { - border: 1px dashed #e7e8eb; - } - a { - color: #90cbf9; - text-decoration: none - } - a:hover { - color: #869edc; - text-decoration: underline - } - </style> -</head> -<body> -<div class="centered-wrapper"> - <h1>@TITLE@</h1> - <a href="/">home</a> / <a href="/docs">docs</a> / <a href="https://codeberg.org/emmett1/alicelinux">development</a> / <a href="https://sourceforge.net/projects/alice-linux/files/">download</a> / <a href="/community.html">community</a> / <a href="/donate.html">donate</a> - <hr> |