Slight cleanup

This commit is contained in:
Umbreon 2021-09-03 00:18:44 +01:00
parent b7bbc37a6c
commit 9459e6f3d4
2 changed files with 0 additions and 52 deletions

16
.vscode/launch.json vendored
View File

@ -1,16 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/src/convert.py",
"console": "integratedTerminal",
"cwd": "${workspaceFolder}/src"
}
]
}

View File

@ -1,36 +0,0 @@
<?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" />
<meta http-equiv="onion-location"
content="http://spywaredrcdg5krvjnukp3vbdwiqcv3zwbrcg6qh27kiwecm4qyfphid.onion/articles/index.html" />
<link rel="icon" href="../images/favicon.ico" />
<title>Catalog - 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>
<div class="center">
<h1>Spyware Watchdog Article Catalog</h1>
<p>All of the articles on this website are available here!</p>
<p>If you want to contribute to this website, you can always <a
href="https://codeberg.org/shadow/SpywareWatchdog">make a pull request</a>.</p>
</div>
<div class="directory-list">
<h2>Web Browsers</h2>
<ul>
<li><a href="../articles/bome.html">Zoogle Chrome</a></li><li><a href="../articles/chrome.html">Google Chrome</a></li><li><a href="../articles/zome.html">Aoogle Chrome</a></li>
</ul>
</div>
</div>
</body>
</html>