blob: 5faa51d9fbb25560c9d16221614691741b3d4123 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
<!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>
:root {
color-scheme: dark;
}
body {
font-family: monospace;
font-size: 14px;
line-height: 1.25;
max-width: 92ch;
margin-left: auto;
margin-right: auto;
padding: 1em;
background-color: #242424;
color: #fefefe;
}
h1 {
margin: 0 0 0.35em;
font-size: 2rem;
line-height: 1.1;
}
h2, h3, h4 {
line-height: 1.2;
margin-top: 1.4em;
margin-bottom: 0.5em;
}
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;
margin: 0.75rem 0;
}
th, td {
padding: 4px;
}
th {
background-color: #221e1f;
text-align: left;
}
table, th, td {
border: 1px dashed #e7e8eb;
}
table thead th {
border-bottom-color: #e7e8eb;
}
a {
color: #90cbf9;
text-decoration: none
}
a:hover {
color: #869edc;
text-decoration: underline
}
blockquote {
margin: 1rem 0;
padding-left: 1rem;
border-left: 2px solid rgba(254, 254, 254, 0.18);
color: #d0d0d0;
}
</style>
</head>
<body>
<div class="centered-wrapper">
<h1>@TITLE@</h1>
<a href="/">home</a> / <a href="/docs">docs</a> / <a href="/ports.html">ports</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>
|