-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (30 loc) · 1 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Gunner's Run</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600|Sanchez:400italic,400' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="header">
<div class="header-contain">
<a class="home-link" href="index.html"><div class="logo">Gunner's Run Stables</div></a>
<ul class="nav-links">
<a class="contact-link" href="contact.html"><li>Contact</li></a>
<a class="contact-link" href="about.html"><li>About</li></a>
</ul>
</div>
</div>
<div class="content-container">
<div class="content">
<h1>We Need Homepage Content</h1>
<p>Some stuff will be said here. Maybe a welcome message.</p>
<h2>This is a Headline</h2>
<p>Might be nice to have some pictures.</p>
<h2>We Can Literally Do Anything You Want</h2>
<p>If you want it on your website, let me know.</p>
<p>Changes that you will see are:</p>
</div>
</div>
</body>
</html>