test
parent
d9a4390c8f
commit
d48ed6ffe4
@ -0,0 +1,39 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>The Inexpensive IAP reduction system</title>
|
||||
<link rel="stylesheet" href="CSS/stove.css">
|
||||
<script>
|
||||
function init() {
|
||||
var loc = window.location.href;
|
||||
var HTMLvalidLinkStr = 'http://validator.w3.org/check?uri=' + loc;
|
||||
var CSSvalidLinkStr =
|
||||
'http://jigsaw.w3.org/css-validator/validator?uri=' +
|
||||
loc + '?profile=css3';
|
||||
document.getElementById("vLink1").setAttribute("href",
|
||||
HTMLvalidLinkStr);
|
||||
document.getElementById("vLink2").setAttribute("href", CSSvalidLinkStr);
|
||||
}
|
||||
window.onload = init;
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<ul class="nav">
|
||||
<li class="news"><a href="index.html">Home</a></li>
|
||||
<li class="news"><a href="hyopthesis.html">Hypothesis</a></li>
|
||||
<li class="news"><a href="design.html">Design</a></li>
|
||||
<li class="news"><a href="results.html">Results</a></li>
|
||||
<li class="news"><a href="conclusion.html">Conclusion</a></li>
|
||||
<li class="news"><a class="active" herf="about.html">About</a></li>
|
||||
</ul>
|
||||
<h1>The Inexpensive IAP Reduction System</h1>
|
||||
|
||||
|
||||
<footer>
|
||||
<a id="vLink1"><strong> HTML </strong> Valid! </a> |
|
||||
<a id="vLink2"><strong> CSS </strong> Valid! </a>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue