-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
25 lines (20 loc) · 803 Bytes
/
contact.html
File metadata and controls
25 lines (20 loc) · 803 Bytes
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
<!--Roxanne Low -->
<!--COM 214 Final Project -->
<!--Spring 2017-->
<html>
<head>
<title> U.N.I.T.E.D </title>
<br><br>
<link rel = "stylesheet" type="text/css" href="side.css" />
<a href="index.php"> <img src="logo.png" style="width: 250px; height:250px;margin:auto; display:block"></a>
<br><br>
</head>
<body>
<p id='titlecap'> Who made this?<br>
A coder who is passionate about people, culture and promoting diversity.<br> Hope that you will make use of this site to build lasting friendships and bridge cultural gap with others. </p><br>
<h2>Contact us</h2>
<p> Phone : 8234109389</p>
<p> Email: plow@cnncoll.edu</p>
<p> Address: 270 Mohegan Avenue, Connecticut College, CT 06320</p>
</body>
</html>