-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (24 loc) · 773 Bytes
/
index.html
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
35
36
37
38
39
40
41
42
43
44
45
<!doctype html>
<html>
<head>
<title>HTML PICTURES on Terminals Test Site </title>
<meta name="description" content="Our first page">
<meta name="keywords" content="html tutorial template">
</head>
<body>
<pre>
</pre>
<center>
<img src="leftlogo.jpg" alt=" ADWATER & STIR LOGO "> |
<img src="centlogo.jpg" alt=" ALTAIR 8800 "> |
<img src="righlogo.jpg" alt=" 1970's man ">
</center>
<hr>
<center><b><font color="lime">TEST Website...</font></b></center>
<p>Test!</p>
<p>Test.</p>
<p>Test <i>TEST!</i>.</p>
<center><a href="circuit.html">Next Page</a></center>
<center><A HREF="leftlogo.bmp">Load Left Picture(2 Min)</A>|<A HREF="centlogo.bmp">Load Center Picture(2 Min)</A>|<A HREF="righlogo.bmp">Load Right Picture(5 Min)</A></center>
</body>
</html>