-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccept.html
47 lines (45 loc) · 1.56 KB
/
accept.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
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<title>Aarhus Denmark</title>
<meta charset="utf-8"></meta>
<link href="http://www.visitaarhus.dk/sites/all/themes/visit/favicon.ico" rel="shortcut icon"></link>
<script type="text/javascript" src="//use.typekit.net/bnx5qwk.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<link href="stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
</head> <body id="level-04">
<header>
<nav>
<div>
<ul class="left-nav">
<li><a href="about.html">About</a></li>
<li><a href="art.html">Art</a></li>
</ul>
<div class="center"><a href="index.html"><img type="image/svg+xml" src="./images/aarhus-header.svg" title="home" alt="welcome to Aarhus logo"></img></a></div>
<ul class="right-nav">
<li ><a href="location.html">Location</a></li>
<li ><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
</header>
<main class="accepted">
<h1>Accepted!</h1>
<p>Thank you very much</p>
</main>
<footer>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="art.html">Art</a></li>
<li><a href="location.html">Location</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<div class="copyright">
<p>Copyright Lucas Rasmussen 2013, For educational purposes only at this time.</p>
</div>
</footer> </body>
</html>