diff options
Diffstat (limited to 'openbsd/index.html')
-rw-r--r-- | openbsd/index.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/openbsd/index.html b/openbsd/index.html new file mode 100644 index 0000000..f220b01 --- /dev/null +++ b/openbsd/index.html @@ -0,0 +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> |