aboutsummaryrefslogtreecommitdiff
path: root/assets/header
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-03-11 17:04:11 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-03-11 17:04:11 +0000
commitd58ac97d0594efea1f293a51039e15ce8a6d5dab (patch)
tree23544ccaa1bc1003ee31185aaf6f69ca4780f477 /assets/header
parentde22caeaac0eeedc851bf731cc600cfc2ff662e2 (diff)
downloadalicelinux-d58ac97d0594efea1f293a51039e15ce8a6d5dab.tar.gz
alicelinux-d58ac97d0594efea1f293a51039e15ce8a6d5dab.zip
Woodpecker CI 74c1f4a8593e4ade00eba778e015573bc7d898a4 [SKIP CI]
Diffstat (limited to 'assets/header')
-rw-r--r--assets/header65
1 files changed, 0 insertions, 65 deletions
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>