alicelinux

A lightweight musl + clang/llvm + libressl + busybox distro
git clone https://codeberg.org/emmett1/alicelinux
Log | Files | Refs | README | LICENSE

header (1369B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <head>
      4 	<meta charset="UTF-8">
      5 	<meta name="viewport" content="width=device-width, initial-scale=1.0">
      6 	<title>Alice Linux - @TITLE@</title>
      7 	<style>
      8 	body {
      9 		font-family: monospace;
     10 		font-size: 14px;
     11 		line-height: 1.25;
     12 		max-width: 60em;
     13 		margin-left: auto;
     14 		margin-right: auto;
     15 		padding-left: 1em;
     16 		padding-right: 1em;
     17 		background-color: #242424;
     18 		color: #fefefe;
     19 	}
     20 	pre {
     21 		background-color: #2b2b2b;
     22 		border-radius: 3px;
     23 		padding: 10px;
     24 		overflow-x: auto;
     25 	}
     26 	code {
     27 		color: #f7f3d6;
     28 	}
     29 	img {
     30 		display: block;
     31 		max-width: 100%;
     32 	}
     33 	hr {
     34 		border: 0;
     35 		border-top: 1px dashed #fefefe;
     36 		margin: 20px 0;
     37 	}
     38 	table {
     39 		width: 100%;
     40 		border-collapse: collapse;
     41 	}
     42 	th, td {
     43 		padding: 4px;
     44 	}
     45 	th {
     46 		background-color: #221e1f;
     47 	}
     48 	table, th, td {
     49 		border: 1px dashed #e7e8eb;
     50 	}
     51 	a {
     52 		color: #90cbf9;
     53 		text-decoration: none
     54 	}
     55 	a:hover {
     56 		color: #869edc;
     57 		text-decoration: underline
     58 	}
     59 	</style>
     60 </head>
     61 <body>
     62 <div class="centered-wrapper">
     63 	<h1>@TITLE@</h1>
     64 	<a href="/">home</a> / <a href="/docs">docs</a> / <a href="https://codeberg.org/emmett1/alicelinux">development</a> / <a href="https://codeberg.org/emmett1/alicelinux/releases">download</a> / <a href="https://sourceforge.net/projects/alice-linux/files/iso/">iso</a> / <a href="/community.html">community</a> / <a href="/donate.html">donate</a>
     65 	<hr>