updated to xhtml 1.1

This commit is contained in:
Baobab 2020-10-08 05:52:02 +02:00
parent 71c38e0b26
commit 91c59f01b8
1 changed files with 35 additions and 33 deletions

View File

@ -1,9 +1,12 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <!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> <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"/>
<title>Home — Spyware Watchdog</title> <meta name="viewport" content="width=device-width,initial-scale=1"/>
<link rel="stylesheet" href="style.css"/> <link rel="icon" href = "images/favicon.ico"/>
<title>Home - Spyware Watchdog</title>
<link href="./style.css" rel="stylesheet" type="text/css" media="all"/>
</head> </head>
<body> <body>
<div class="case"> <div class="case">
@ -23,12 +26,11 @@
<p>This website contains articles on popular programs and internet services explaining spyware features, so that potential users can be aware of the information they may be giving away by downloading or using spyware, using easy to understand ratings, detailed explanations, and proof, of how features of these programs can spy on the user.</p> <p>This website contains articles on popular programs and internet services explaining spyware features, so that potential users can be aware of the information they may be giving away by downloading or using spyware, using easy to understand ratings, detailed explanations, and proof, of how features of these programs can spy on the user.</p>
</div> </div>
<hr/> <hr/>
<div class="footer"> <div class="center">
<p>If you want to edit articles, or contribute your own article(s), contact us on XMPP over in spyware@conference.nuegia.net, or visit us at the git repo on <a href="https://codeberg.org/TheShadow/SpywareWatchdog">Codeberg</a>.</p> <p>If you want to contribute to this website, you can always <a href="https://codeberg.org/TheShadow/SpywareWatchdog">make a pull request</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="https://creativecommons.org/publicdomain/zero/1.0/legalcode"><img class="icon" src="images/cc0.png" alt="CC0 License"/></a> <a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode"><img class="icon" src="images/cc0.png" alt="CC0 License"/></a>
</div> </div>
</div> </div>
</body> </body>
</html> </html>