-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDemo2done.html
More file actions
95 lines (71 loc) · 2.41 KB
/
Copy pathDemo2done.html
File metadata and controls
95 lines (71 loc) · 2.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
</head>
<body>
<table width="100%">
<tr>
<td width="15%" bgcolor="blue"></td>
<td align="center">
<font color="blue">
<img src="C:\Users\KA\Documents\Web Dev\Picture\logosmall2.gif">
<img src="C:\Users\KA\Documents\Web Dev\Picture\B340.GIF">
<br>
Who says nothing is <b>FREE</b>?
<br>
At <b>FREE.com</b>, the Internets’ most popular free site, thousands of people find something for nothing every day
<br>
Over 8000 Internet sites offering products and services at no charge.
New free sites added every day.<br>
Hundreds of categories, minimum of 10,000 Free items<br>
Quick and easy Search allows you to find just what you’re looking for.<br>
You can suggest a new free site that you like for addition to FREE.com<br>
Review the offers and tell other Internet users what you thought of them.<br>
Make FREE.com your first choice when searching for the best free sites and offers on the Net.<br>
Oh, and by the way, it’s all Free!<br>
<table>
<tr>
<td>
<img src="C:\Users\KA\Documents\Web Dev\Picture\JOIN.GIF">
</td>
<td>
<img src="C:\Users\KA\Documents\Web Dev\Picture\LOGON.GIF">
</td>
</tr>
<tr>
<td align="center">
Demo web of Venuspdd
Demo web of Venuspdd
Demo web of Venuspdd
</td>
<td align="center">
Demo web of Venuspdd
Demo web of Venuspdd
Demo web of Venuspdd
</td>
</tr>
</table>
<table>
<tr>
<td>
<img src="C:\Users\KA\Documents\Web Dev\Picture\dietbutton.gif">
</td>
<td>
<img src="C:\Users\KA\Documents\Web Dev\Picture\chatbutton.gif">
</td>
<td>
<img src="C:\Users\KA\Documents\Web Dev\Picture\singlesbut.gif">
</td>
</tr>
</table>
</font>
</td>
<td width="15%" bgcolor="blue"></td>
</tr>
</table>
<br>
</body>
</html>