-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
27 lines (27 loc) · 955 Bytes
/
contact.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
<html>
<head>
<title>Rhys Newell Music | Contact</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href='https://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script type="text/javascript" src="js/backgroundfader.js"></script>
</head>
<body>
<div id="banner">
<img id="bannerimg">
</div>
<div id="nav">
<a href="index.php"><div>home</div></a>
<a href="bio.html"><div>bio</div></a>
<a href="music.html"><div>music</div></a>
<a href="gallery.html"><div>gallery</div></a>
<a href="contact.html"><div>contact</div></a>
</div>
<div id="title">Contact</div>
<div id="content">
<h1>Contact Me</h1>
<p>You can find me on Facebook @ <a href="https://www.facebook.com/RhysNewellMusic/">https://www.facebook.com/RhysNewellMusic/</a></p>
</p>
</div>
</body>
<html>