diff options
author | punk <punk@libernaut> | 2021-04-21 15:42:20 +0100 |
---|---|---|
committer | punk <punk@libernaut> | 2021-04-21 15:42:20 +0100 |
commit | 4107462e9ec1cabaa7f89bd8478caec3f0d5b46a (patch) | |
tree | a2e34d995cef5ac8068ec7047e93b1125c80d175 /openbsd/index.html | |
parent | cfce80c5a0b8bc1eccc2f22a0d5d045d29467083 (diff) | |
parent | eac48b5a8d709135a95abcc2243b369095f074f4 (diff) | |
download | doc-4107462e9ec1cabaa7f89bd8478caec3f0d5b46a.tar.gz |
Merge branch 'master' into develop
Diffstat (limited to 'openbsd/index.html')
-rw-r--r-- | openbsd/index.html | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/openbsd/index.html b/openbsd/index.html index 8b13789..f220b01 100644 --- a/openbsd/index.html +++ b/openbsd/index.html @@ -1 +1,37 @@ +<!DOCTYPE html> +<html dir="ltr" lang="en"> + <head> + <meta charset='utf-8'> + <title>OpenBSD</title> + </head> + <body> + <a href="../index.html">Documentation Index</a> + + <h1>OpenBSD</h1> + + <p>OpenBSD is a Unix system forked from NetBSD with the highest coding standards, as such there is no space for deprecated code, code is constantly audited, and, all the procedures that goes along with high software quality project such as documentation.</p> + + <h2>1. Install notes</h2> + <ul> + <li><a href="install.html">Install</a></li> + <li><a href="partitions.html">Partitions</a></li> + </ul> + + <h2>2. System administration</h2> + <ul> + <li><a href="network.html">Network</a></li> + <li><a href="sources.html">Sources</a></li> + <li><a href="pf.html">PF</a></li> + </ul> + <a href="../index.html">Documentation Index</a> + + <p> + This is part of the LeetIO System Documentation. + Copyright (C) 2021 + LeetIO Team. + See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a> + for copying conditions.</p> + + </body> +</html> |