63 lines
2.3 KiB
HTML
63 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<title>SecBSD</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="description" content="SecBSD">
|
|
<link rel="canonical" href="https://secbsd.org/">
|
|
<link rel="stylesheet" href="secbsd.css">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<nav>
|
|
<div>
|
|
<h1><a href="index.html"><img src="/img/logo.png" alt="[SecBSD]"></a></h1>
|
|
</div>
|
|
<ul>
|
|
<li><a class="active">About</a></li>
|
|
<li><a href="download.html">Download</a></li>
|
|
<li><a href="tools.html">Tools</a></li>
|
|
<li><a href="docs.html">Docs</a></li>
|
|
<li><a href="faq.html">Faq</a></li>
|
|
<li><a href="team.html">Team</a></li>
|
|
<li><a href="donate.html">Donate</a></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
<div class="box welcome">
|
|
<div class="title green">Sec</div>
|
|
<div class="subtitle">BSD</div>
|
|
<div class="txt">
|
|
<span class="green">█</span>
|
|
<b class="purple">Welcome to SecBSD project!</b>
|
|
<div>
|
|
<p>
|
|
We've developed a security-focused UNIX-like
|
|
operating system based on the renowned <a href="https://www.openbsd.org/">OpenBSD.</a></p>
|
|
SecBSD is focused on the needs of <b class="purple">hackers</b>, pentesters,
|
|
<b class="purple">hacktivists</b>, cybersecurity professionals, and privacy-conscious
|
|
individuals.
|
|
</p>
|
|
<p>
|
|
At the core of our development process is the same philosophy as OpenBSD,
|
|
emphasizing <b class="purple">robust security</b>, privacy protection, and strong cryptography by
|
|
default.
|
|
</p>
|
|
<p class="purple">
|
|
Join a community of like-minded individuals and gain valuable insights
|
|
from SecBSD and OpenBSD users through our <a href="irc.html">irc server</a>
|
|
or <a href="https://discuss.secbsd.org">official forum </a>for discussing SecBSD and related topics.
|
|
</p>
|
|
<div class="lsf">LAST SECURITY UPDATE: Jun 21, 2024.</div>
|
|
</div>
|
|
<div class="footer">
|
|
<ul class="contact">
|
|
<li><a rel="me" href="https://exquisite.social/@secbsd"><img src="/img/mastodon.png" alt="Mastodon"></a></li>
|
|
<li><a href="https://code.laylo.cloud/SecBSD"><img src="/img/git-laylo.png" alt="Git-Laylo"></a></li>
|
|
<li><a href="#"><img src="/img/raven.png" alt="Raven"></a></li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|