-
Notifications
You must be signed in to change notification settings - Fork 0
/
site-map.htm
43 lines (41 loc) · 1.42 KB
/
site-map.htm
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
38
39
40
41
42
43
<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<title>BBTGen - Site-map</title>
<meta name="description" content="">
<link rel="stylesheet" href="pages.css">
</head><body>
<header>
<img id="logo" src="pictures/logo.png" width="252" alt="Logo">
<nav>
<div id="return-to-top" title="Return to top of page"><a href="#top">^</a></div>
<ul>
<li><a href="./index.htm">Home</a></li>
<li><a href="./news.htm">News</a></li>
<li><a href="./team.htm">Team</a></li>
<li><a href="./project.htm">The Project</a></li>
<li><a href="./faq.htm">FAQ</a></li>
<li><a href="./contact.htm">Contact</a></li>
</ul>
<form action="./newsletter_signup.php" method="post">
<input type="text" name="email" placeholder="your@email-address.com">
<button>Sign up to newsletter</button>
</form>
</nav>
</header>
<article>
<ul>
<li><a href="contact.htm">Contact</a> (<a href="contact.txt">source</a>)</li>
<li><a href="faq.htm">Faq</a> (<a href="faq.txt">source</a>)</li>
<li><a href="index.htm">Index</a> (<a href="index.txt">source</a>)</li>
<li><a href="news.htm">News</a> (<a href="news.txt">source</a>)</li>
<li><a href="project.htm">Project</a> (<a href="project.txt">source</a>)</li>
<li><a href="team.htm">Team</a> (<a href="team.txt">source</a>)</li>
</ul>
</article>
<footer>
<h2>A inspiring <br>
tagline <br>
for the footer.</h2>
<p><a href="./site-map.htm">Site-map</a> | © 2016 Bristol Braille Technology CIC</p>
</footer>
</body></html>