-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
51 lines (46 loc) · 2.03 KB
/
about.html
File metadata and controls
51 lines (46 loc) · 2.03 KB
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
<html>
<head>
<link rel="stylesheet" href="css/layout.css">
</head>
<body>
<header>
<div class="topnav">
<a href="index.html" id="currentCat">kosmoi.github.io</a>
<a href="lenic/">Lenic</a>
</div>
</header>
<!-------------------------------------------------->
<div class="main">
<h1>About</h1>
This is the website of kosmoi, hosting information about "Lenic", a shell script for handling debian systems easily.<br><br><br>
<h1>Thanks</h1>
...to all projects, that helped to get this website done. Especially to github, which host this site for free, but also to VSCodium and w3schools.com.<br><br>
...to all projects, which provide open-source software, including Debian, Libreoffice, Audacity and many more.<br><br><br><br><br>
</div>
<!-------------------------------------------------->
<div class="bottomQuarter"><br>
WHY THIS WEBSITE CAN EXIST<br><br>
<a href="http://github.com" target="_blank">Github</a><br>
<a href="http://vscodium.com/" target="_blank">VSCodium</a><br>
<a href="http://debian.org" target="_blank">Debian</a><br>
<a href="http://w3schools.com" target="_blank">w3schools.com</a><br>
<a href="thanks.html">other</a><br><br>
</div>
<div class="bottomQuarter"><br>
OPEN-SOURCE-PROJECTS<br><br>
<a href="http://debian.org" target="_blank">Debian.org</a><br>
<a href="http://archlinux.org" target="_blank">archlinux.org</a><br>
<a href="http://kernel.org" target="_blank">Kernel.org</a><br>
<a href="http://libreoffice.org" target="_blank">libreoffice.org</a><br><br><br>
</div>
<div class="bottomQuarter"><br>
<br><br><br></a><br><br><br><br><br>
</div>
<div class="bottomQuarter"><br>
ABOUT<br><br>
<a href="about.html">...this website</a><br>
<a href="privacy.html">...privaty and liability</a><br>
<br><br><br><br>
</div>
</body>
</html>