updated it to xhtml
This commit is contained in:
parent
d1e0920b20
commit
e6d787fdad
12
extra.html
12
extra.html
|
@ -1,11 +1,15 @@
|
||||||
<!DOCTYPE HTML>
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||||
<html lang=”en-us”>
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<link rel="stylesheet" href="style.css">
|
<meta http-equiv="Content-type" content="application/xhtml+xml;charset=utf-8"/>
|
||||||
<meta charset="UTF-8">
|
|
||||||
<title>Spyware Watchdog</title>
|
<title>Spyware Watchdog</title>
|
||||||
|
<link rel="stylesheet" href="style2.css"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<div class="case">
|
||||||
|
<div class="nav"><a href="index.html">← Catalog</a></div>
|
||||||
|
<div class="main">
|
||||||
|
<div class="footer">
|
||||||
<h1>Extras Page</h1>
|
<h1>Extras Page</h1>
|
||||||
<p>
|
<p>
|
||||||
This page is for content on the site that doesn't belong anywhere else.
|
This page is for content on the site that doesn't belong anywhere else.
|
||||||
|
|
Loading…
Reference in New Issue