-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
18 lines (16 loc) · 931 Bytes
/
contact.html
File metadata and controls
18 lines (16 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<title>::contact::</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="stylesheets/contact-stylesheet.css">
<link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
</head>
<BODY>
<div class="quote">Romeo & Juliet is just another example of why <a href="mailto:creativisionist@gmail.com">communication</a> within a relationship is so crucial.</div>
<div class="footer">
<div class="nav"><span><a href="../index.html">Home</a></span><span><a href="../portfolio.html">Portfolio</a></span><span><a href="../about.html">About</a></span><span><a href="../contact.html">Contact</a></span><span><a href="../blog.html">Blog</a></span></div>
</div>
<div class="subfooter"><a href="mailto:creativisionist@gmail.com">© Creativisionist | All Rights Reserved</a></div>
</BODY>
</html>