Removed extra spaces from single tags
This commit is contained in:
parent
e93589c051
commit
7599b43f1b
|
@ -2,23 +2,23 @@
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
<!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">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-type" content="application/xhtml+xml;charset=utf-8" />
|
<meta http-equiv="Content-type" content="application/xhtml+xml;charset=utf-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||||
<title>[Program/Service Name Here] — Spyware Watchdog</title>
|
<title>[Program/Service Name Here] — Spyware Watchdog</title>
|
||||||
<link rel="stylesheet" href="../style.css" />
|
<link rel="stylesheet" href="../style.css"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="case">
|
<div class="case">
|
||||||
<div class="nav"><a href="index.html">← Catalog</a></div>
|
<div class="nav"><a href="index.html">← Catalog</a></div>
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<img src="../images/example_logo.png" alt="Images are in the ../images folder" />
|
<img src="../images/example_logo.png" alt="Images are in the ../images folder"/>
|
||||||
<h1>[Program/Service Name Here]</h1>
|
<h1>[Program/Service Name Here]</h1>
|
||||||
<p>This part of the article should have the name of the program and what it does, and who develops it.</p>
|
<p>This part of the article should have the name of the program and what it does, and who develops it.</p>
|
||||||
<h2>Spyware Level: <span class="green">Not Rated</span></h2>
|
<h2>Spyware Level: <span class="green">Not Rated</span></h2>
|
||||||
<h2>Spyware Feature X</h2>
|
<h2>Spyware Feature X</h2>
|
||||||
<p>Proof goes here<sup><a href="#s1">[1]</a></sup>.</p>
|
<p>Proof goes here<sup><a href="#s1">[1]</a></sup>.</p>
|
||||||
</div>
|
</div>
|
||||||
<hr />
|
<hr/>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<div class="futher">
|
<div class="futher">
|
||||||
<h4>Further Reading:</h4>
|
<h4>Further Reading:</h4>
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
<li><a href="">Source</a> <a href="">[web.archive.org]</a> <a href="">[ghostarchive.org]</a></li>
|
<li><a href="">Source</a> <a href="">[web.archive.org]</a> <a href="">[ghostarchive.org]</a></li>
|
||||||
</ol>
|
</ol>
|
||||||
</div>
|
</div>
|
||||||
<hr />
|
<hr/>
|
||||||
<div class="sources">
|
<div class="sources">
|
||||||
<h4>Sources:</h4>
|
<h4>Sources:</h4>
|
||||||
<ol>
|
<ol>
|
||||||
|
@ -34,14 +34,14 @@
|
||||||
<li id="s2"><a href="">Source2</a> <a href="">[web.archive.org]</a> <a href="">[archive.is]</a> <a href="">[ghostarchive.org]</a></li>
|
<li id="s2"><a href="">Source2</a> <a href="">[web.archive.org]</a> <a href="">[archive.is]</a> <a href="">[ghostarchive.org]</a></li>
|
||||||
</ol>
|
</ol>
|
||||||
</div>
|
</div>
|
||||||
<hr />
|
<hr/>
|
||||||
<b>This article was created on mm/dd/yyyy</b>
|
<b>This article was created on mm/dd/yyyy</b>
|
||||||
<br />
|
<br/>
|
||||||
<b>This article was last edited on mm/dd/yyyy</b>
|
<b>This article was last edited on mm/dd/yyyy</b>
|
||||||
<!-- Don't change anything below -->
|
<!-- Don't change anything below -->
|
||||||
<p>If you want to edit this article, or contribute your own article(s), visit us at the git repo on <a href="https://codeberg.org/shadow/SpywareWatchdog">Codeberg</a>.</p>
|
<p>If you want to edit this article, or contribute your own article(s), visit us at the git repo on <a href="https://codeberg.org/shadow/SpywareWatchdog">Codeberg</a>.</p>
|
||||||
<p>All contributions must be licensed under the CC0 license to be accepted.</p>
|
<p>All contributions must be licensed under the CC0 license to be accepted.</p>
|
||||||
<a href="../LICENSE.txt"><img class="icon" src="../images/cc0.png" alt="CC0 License" /></a>
|
<a href="../LICENSE.txt"><img class="icon" src="../images/cc0.png" alt="CC0 License"/></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue