-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (33 loc) · 880 Bytes
/
index.html
File metadata and controls
33 lines (33 loc) · 880 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
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<title>Nathan Morris Electrical</title>
<!-- link to main stylesheet -->
<link rel="stylesheet" type="text/css" href="/css/style.css">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<!--
<li><a href="/about">About</a></li>
<li><a href="/cv">Services</a></li>
<li><a href="/blog">News</a></li>
-->
</ul>
</nav>
<div class="container">
<div class="blurb">
<h1>Hi there, we're Nathan Morris Electrical!</h1>
<p>A family run electrical engineering firm base in Cape Town<br/><br/>
<i>Website coming soon!</i></p>
</div><!-- /.blurb -->
</div><!-- /.container -->
<footer>
<ul>
<li><a href="mailto:lloydafrica@gmail.com">email</a></li>
<li><a href="tel:0799816234">0799816234</li>
</ul>
</footer>
</body>
</html>