updated misc

This commit is contained in:
Baobab 2020-10-10 03:22:01 +02:00
parent 8efad4320e
commit f42efbdaa5
1 changed files with 39 additions and 47 deletions

View File

@ -1,48 +1,40 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-type" content="application/xhtml+xml;charset=utf-8"/>
<title>Misc — Spyware Watchdog</title>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<div class="case">
<div class="nav"><a href="index.html">&larr; Home</a></div>
<h1>Misc Page</h1>
<div class="main center">
<p>
This page is for content on the site that doesn't belong anywhere else.
</p>
<hr>
<h2>Contact</h2>
<p>XMPP MUC (Recommended clients: Dino, Profanity or PSI+ in that order):<br/><a href="XMPP:spyware@conference.nuegia.net">spyware@conference.nuegia.net</a></p>
<p>Git Repo:<br/><a href="https://codeberg.org/TheShadow/SpywareWatchdog">codeberg.org/TheShadow/SpywareWatchdog</a></p>
<hr>
<h2>History</h2>
<p>Spyware Watchdog was maintained and contributed to by The Founder of the Site between Nov 22nd, 2017 and May 10th, 2019. After which the site was put on hiatus for a while, before being handed over to Digdeeper in early 2020. It was transferred to the stewardship of <a href="https://codeberg.org/TheShadow">The Shadow</a>.</p>
<hr>
<h2>Credits</h2>
<p>
People who have helped maintain this website:<br/>
The Founder of the Site,
<a href="https://digdeeper.neocities.org">digdeeper</a>,
<a href="http://zsxjtsgzborzdllyp64c6pwnjz5eic76bsksbxzqefzogwcydnkjy3yd.onion/index.xhtml">metheperson</a>,
<a href="mailto:qorg@vxempire.xyz">qorg11</a>
</p>
<hr>
<h2>Fan Made Pins</h2>
<p>
These pins were created by fans of the site for linking to pages on the site. They're pretty cool, so I thought I would host them. You can download the ones you want for your website here:
</p>
<a href="https://spyware.neocities.org/articles/discord.html"><img class="icon" src="images/discord-no-way-2.gif" alt="Discord? No Way!"/></a>
<a href="https://spyware.neocities.org"><img class="icon" src="images/osw.jpg" alt="Online Spyware Watchdog"/></a>
<p>
You can also visit the creator's websites:<br/>
<a href="https://floppys-lounge.neocities.org/">https://floppys-lounge.neocities.org/</a><br/>
<a href="https://computerdemons.neocities.org/">https://computerdemons.neocities.org/</a><br/>
</p>
</div>
<br/>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd" xml:lang="en">
<head>
<meta http-equiv="Content-type" content="application/xhtml+xml;charset=utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<link rel="icon" href = "images/favicon.ico"/>
<title>Misc - Spyware Watchdog</title>
<link href="./style.css" rel="stylesheet" type="text/css" media="all"/>
</head>
<body>
<div class="case">
<div class="nav">
<a href="index.html">&larr; Home</a>
</div>
</body>
</html>
<div class="main center">
<h1>Misc Page</h1>
<p>This page is for content on the site that doesn't belong anywhere else.</p>
<hr></hr>
<h2>Contact</h2>
<p>This website has a <a href="https://codeberg.org/TheShadow/SpywareWatchdog">git</a> repo.</p>
<hr></hr>
<h2>History</h2>
<p>Spyware Watchdog was maintained and contributed to by The Founder of the Site between Nov 22nd, 2017 and May 10th, 2019. After which the site was put on hiatus for a while, before being handed over to Digdeeper in early 2020. It was then transferred to a git repository!</p>
<hr></hr>
<h2>Credits</h2>
<p>People who have helped maintain this website:</p>
<p>The Founder of the Site, <a href="https://digdeeper.neocities.org">digdeeper</a>, <a href="http://zsxjtsgzborzdllyp64c6pwnjz5eic76bsksbxzqefzogwcydnkjy3yd.onion/index.xhtml">metheperson</a>, <a href="mailto:qorg@vxempire.xyz">qorg11</a></p>
<hr></hr>
<h2>Fan Made Pins</h2>
<p>These pins were created by fans of the site for linking to pages on the site. They're pretty cool, so I thought I would host them. You can download the ones you want for your website here:</p>
<p><a href="https://spyware.neocities.org/articles/discord.html"><img class="icon" src="images/discord-no-way-2.gif" alt="Discord? No Way!"/></a></p>
<p><a href="https://spyware.neocities.org"><img class="icon" src="images/osw.jpg" alt="Online Spyware Watchdog"/></a></p>
<p>You can also visit the creator's websites:</p>
<p><a href="https://floppys-lounge.neocities.org/">https://floppys-lounge.neocities.org/</a></p>
<p><a href="https://computerdemons.neocities.org/">https://computerdemons.neocities.org/</a></p>
</div>
</div>
</body>
</html>