Replaced unexpected tabs with 2 spaces in example.html

This commit is contained in:
codddfeea 2022-04-20 09:47:36 +03:00
parent 21b44204de
commit 8ad0446602
1 changed files with 10 additions and 10 deletions

View File

@ -7,20 +7,20 @@
<!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>[Program/Service Name Here] — Spyware Watchdog</title>
<link rel="stylesheet" href="../style.css" />
<meta http-equiv="Content-type" content="application/xhtml+xml;charset=utf-8"/>
<title>[Program/Service Name Here] — Spyware Watchdog</title>
<link rel="stylesheet" href="../style.css" />
</head>
<body>
<div class="case">
<div class="nav"><a href="index.html">&larr; Catalog</a></div>
<div class="main">
<img src="../images/example_logo.png" alt="Images are in the ../images folder"/>
<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>
<h2>Spyware Level: <span class="green">Not Rated</span></h2>
<h2>Spyware Feature X</h2>
<p>Proof goes here<sup><a href="#s1">[1]</a></sup>.</p>
<img src="../images/example_logo.png" alt="Images are in the ../images folder"/>
<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>
<h2>Spyware Level: <span class="green">Not Rated</span></h2>
<h2>Spyware Feature X</h2>
<p>Proof goes here<sup><a href="#s1">[1]</a></sup>.</p>
</div>
<hr/>
<div class="footer">
@ -40,7 +40,7 @@
</div>
<hr/>
<b>This article was created on mm/dd/yyyy</b>
<br/>
<br/>
<b>This article was last edited on mm/dd/yyyy</b>
<!--Dont change-->
<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>