diff options
author | Cem Keylan <cem@ckyln.com> | 2020-08-03 23:36:01 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-08-03 23:36:01 +0300 |
commit | f0b208e0d7875ba91b9733b30d73b0ac20c10070 (patch) | |
tree | 7a38f6112349c859632b5fe5673db3ced66a137a /docs/docs.html | |
parent | ec7e9e3183492bcd18d06c02b90930f6a837c6b5 (diff) | |
download | website-f0b208e0d7875ba91b9733b30d73b0ac20c10070.tar.gz |
update
Diffstat (limited to 'docs/docs.html')
-rw-r--r-- | docs/docs.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/docs/docs.html b/docs/docs.html new file mode 100644 index 0000000..80b6f7d --- /dev/null +++ b/docs/docs.html @@ -0,0 +1,41 @@ +<!DOCTYPE HTML> +<html lan=en> + <head> + <title>Carbs Linux documentation | Carbs Linux</title> + <link rel="stylesheet" href="/style.css"> + <meta charset="utf-8"> + <meta name="Description" content="Carbs Linux - a simple linux distribution"> + <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> + </head> + <body> + <p class=header><strong>Carbs Linux - a simple linux distribution</strong></p> + <div class="header"> + <nav> + <a href='/'>index</a> + <a href="https://github.com/CarbsLinux">github</a> + <a href='//dl.carbslinux.org'>downloads</a> + <a href='/blog'>blog</a> + <a href='/docs/install.html'>installation</a> + </nav> + </div><div class="border"></div> +<h1>Carbs Linux documentation</h1> + +<p>Welcome to the Carbs Linux source of documentation! You can install these to +your system for viewing offline:</p> + +<pre><code>+--------------------------------------------------------------------------+ +| | +| $ cpt-build carbs-docs && cpt-install carbs-docs | +| | ++--------------------------------------------------------------------------+ +</code></pre> + +<h2>Documentation Index</h2> + +<p><a href="/docs/install.html">Installation Instructions</a></p> + <a href="/docs.txt">View Page Source</a> + <div class="border"></div> + <p class=footer>Linux® is a registered trademark of Linus Torvalds</p> + <p class=footer>Copyright © 2019-2020 Cem Keylan</p> + </body> +</html> |