23 lines
755 B
HTML
Executable File
23 lines
755 B
HTML
Executable File
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>N0ids Site</title>
|
|
</head>
|
|
<body style="background-color:#6cc3eb;">
|
|
<h1>Privacy Stuff</h1>
|
|
<p>
|
|
<p>This site is handwritten so it doesn't store, contain or loads any:</p>
|
|
<ul>
|
|
<li>External 3rdParty Sources</li>
|
|
<li>Cookies</li>
|
|
<li>Java Script</li>
|
|
<li>Advertisements</li>
|
|
</ul>
|
|
<p> Access logs are saved for 2 days for security reasons, aka to IP block malicious actors and bots.</p>
|
|
<p>I also don't take responsibility for external links, all external links on this page display the domain which they are pointing to</p>
|
|
|
|
<h1>Contact Info:</h1>
|
|
<p>Please refeer to my various contact infos on my start page <a href="https://n0id.space">n0id.space</a></p>
|
|
</body>
|
|
</html>
|