-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContactUs2.html
61 lines (60 loc) · 2.02 KB
/
ContactUs2.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<title>Coral Bleaching</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor=#F1F1F1>
<center>
<table width="1200" border="0" cellspacing="1" cellpadding="10" bgcolor=#F1F1F1 >
<tr height="50">
<td colspan="2" align="center" bgcolor=#F1F1F1>
<a class="one" href="index.html">Home</a>
<a class="one" href="Facts.html">Facts</a>
<a class="one" href="Organizations.html">Organizations</a>
<a class="one" href="ContactUs.html">Contact Us</a>
</td>
</tr>
<tr height="200">
<td class="title" colspan="2" bgcolor=#F1F1F1>
</td>
</tr>
<tr height="600" valign="top">
<td h1 style="background-color:grey; color:black">
<center>
<h2>Contact Information</h2>
<h3>Author:</h3>
AnaheimDucks16
<h3>Last Edited:</h3>
March 11th, 2021
<h3>Email:</h3>
</center>
</td>
<td width="800" style="background-color:grey; color:black">
<center>
<h1 class="one">Thank you for contacting us!</h1>
</td>
</tr>
</table>
</center>
</body>
</html>