add legal.html page

This commit is contained in:
oxeo0 2025-04-05 01:00:28 +02:00
parent 915adce50b
commit 5781d09e95

57
opsec/legal.html Normal file
View file

@ -0,0 +1,57 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="../../../../../assets/img/favicon.png">
<title>OPSEC: Privacy, Anonymity and Deniability Tutorials</title>
<link href="../assets/css/bootstrap.css" rel="stylesheet">
<link href="../assets/css/main.css" rel="stylesheet">
</head>
<body>
<div class="navbar navbar-inverse-anon navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand-anon" href="\index.html">The Nihilism Opsec Blog</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="/about.html">About</a></li>
<li><a href="/blog.html">Categories</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
<div id="anon2">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<a href="../index.html">Previous Page</a></br></br><h1>Legal Disclaimer</h1>
<p>
Across the entirety of the blog, in all articles that have been, and will ever be made, we ONLY advocate for the legal use of technologies, even when we are talking about Privacy-enhancing, or Anonymity-enabling, or Deniability-enabling technologies. In no way am are we advocating for any illegal use of any technology showcased in any article on the blog. as the goal of this blog is to remain strictly informative and educative.
</p>
<p>
We decline any and all responsibility for any mis-use of any of the technology that we showcase in the entirety of the blog. We also decline any and all responsibility for any physical, digital and psychological damage caused by the mis-use of any showcased technology, as the responsibility of such acts remains with the perpetrating third-party. By reading this blog, you permanently, irrevocably, and world-widely agree that the blog writers are in no way am responsible for any illegal action done by you or anyone that uses any of the showcased technology in the blog articles.
</p>
</div>
</div><!-- /row -->
</div> <!-- /container -->
</div> <!-- /container -->
</body>
</html>