diff options
Diffstat (limited to 'files')
| -rw-r--r-- | files/AliceLinux.png | bin | 0 -> 550377 bytes | |||
| -rw-r--r-- | files/AliceLinuxWhite.png | bin | 0 -> 182298 bytes | |||
| -rw-r--r-- | files/footer | 5 | ||||
| -rw-r--r-- | files/grimshot-240524-234840.png | bin | 0 -> 3036116 bytes | |||
| -rw-r--r-- | files/header | 65 |
5 files changed, 70 insertions, 0 deletions
diff --git a/files/AliceLinux.png b/files/AliceLinux.png Binary files differnew file mode 100644 index 00000000..3311191c --- /dev/null +++ b/files/AliceLinux.png diff --git a/files/AliceLinuxWhite.png b/files/AliceLinuxWhite.png Binary files differnew file mode 100644 index 00000000..264f0cfe --- /dev/null +++ b/files/AliceLinuxWhite.png diff --git a/files/footer b/files/footer new file mode 100644 index 00000000..42d9abbd --- /dev/null +++ b/files/footer @@ -0,0 +1,5 @@ + <br><hr> + <p>Copyright (C) Alice Linux, 2024-2026</p> +</div> +</body> +</html> diff --git a/files/grimshot-240524-234840.png b/files/grimshot-240524-234840.png Binary files differnew file mode 100644 index 00000000..ff7e6447 --- /dev/null +++ b/files/grimshot-240524-234840.png diff --git a/files/header b/files/header new file mode 100644 index 00000000..62c3186f --- /dev/null +++ b/files/header @@ -0,0 +1,65 @@ +<!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> |