-
Notifications
You must be signed in to change notification settings - Fork 0
/
ThankYou.html
42 lines (36 loc) · 1.3 KB
/
ThankYou.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Home Page</title>
<!--[if lt IE 9]>
<script src="/js/html5shiv.js"></script>
<![endif]-->
<script type="text/javascript" src="js/website.js"></script>
<link rel="stylesheet" type="text/css" href="css/website.css">
<link rel="stylesheet" href="css/normalize.css">
<script src="js/jquery-2.1.1.js"></script>
</head>
<div id= "header">
<header>
<a href="index.html">
<img class="image" src="WebsiteImages/ooi.png" alt="logo" id="logo"></a>
</header>
</div>
<div id = "navBar">
<nav>
<ul>
<li><a href="index.html" accesskey= "H" title= "Website Homepage">Home</a> </li>
<li><a href="About.html" accesskey="A" title ="Academic information">About me</a> </li>
<li><a href="contact.html" accesskey="O" title= "Contact Information ">Contact me</a> </li>
<li><a href="portfolio.html" accesskey="P" title="Portfolio">Portfolio</a> </li>
</ul>
</nav>
</div>
<body>
<p class ="thanks">Thank You, we will contact you shortly.</p>
</body>
<footer class="index1">
<p class="footer"> ©
OOI DESIGNS All Rights Reserved. <script>document.write(new Date().getFullYear())</script> </p><!--Gets current year-->
</footer>