-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (37 loc) · 881 Bytes
/
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
32
33
34
35
36
37
<html lang="en">
<head>
<title>Taylor's Tidy Trees</title>
<link
href="/assets/favicon.ico"
rel="shortcut icon"
type="image/x-icon"
/>
<link
rel="stylesheet"
type="text/css"
href="/assets/normalize.css"
/>
<link
rel="stylesheet"
type="text/css"
href="/assets/style.css"
/>
</head>
<body>
<header>
<a href="/" class="brand-color logo-text">Taylor's Tidy Trees</a>
<nav>
<ul>
<li><a href="/about.html">About</a></li>
<li><a href="/services/index.html">Services</a></li>
<li><a href="/who">Who We Are</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</nav>
</header>
<main>
<h1>Welcome To Taylor's Tidy Trees</h1>
<h2>We care about trees of all kinds!</h2>
</main>
</body>
</html>