SecBSD's current website code
This commit is contained in:
commit
0535ccbe63
33 changed files with 2918 additions and 0 deletions
49
license.html
Normal file
49
license.html
Normal file
|
@ -0,0 +1,49 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset=utf-8>
|
||||
<title>SecBSD License</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="SecBSD License">
|
||||
<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 href="index.html">About</a></li>
|
||||
<li><a href="download.html">Download</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="sponsors.html">Sponsors</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<div class="box">
|
||||
<b>█</b>
|
||||
<b>License</b><br>
|
||||
<pre>
|
||||
Copyright (c) 2018-2024 Purple Rain purplerain@secbsd.org
|
||||
|
||||
Permission to use, copy, modify, and distribute this software for any
|
||||
purpose with or without fee is hereby granted, provided that the above
|
||||
copyright notice and this permission notice appear in all copies.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
</pre>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue