-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHTML_Transitional_CSS - Test.html
More file actions
34 lines (31 loc) · 1.41 KB
/
Copy pathHTML_Transitional_CSS - Test.html
File metadata and controls
34 lines (31 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>HTML_Transitional_CSS - Test</title>
<link rel="stylesheet" href="/css/anet.css">
</head>
<body>
<img src="images/avernon2.GIF" alt="Avernon.net Picture" border="0" height="100" width="300">
<p>
<img src="images/home2.GIF" alt="Home Nav Picture" border="0" height="50" width="100">
<a href="files.htm"><img src="images/files2.GIF" alt="Files Nav Picture" border="0" height="50" width="100"></a>
<a href="phpBB2/index.php"><img src="images/forums2.GIF" alt="Forums Nav Picture" border="0" height="50" width="100"></a>
<a href="links.htm"><img src="images/links2.GIF" alt="Links Nav Picture" border="0" height="50" width="100"></a>
</p>
<p>avernon.net is starting out life as a collection of little parts but will be growing...</p>
<br>
<br>
<br>
<br>
<br>
<br>
<p>
Please note that the Black and Grey color theme indicates that this site is under construction.<br>
The theme will change to color once more of the site is operational.
</p>
<a href="http://validator.w3.org/check?uri=referer">
<img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88">
</a>
</body>
</html>