-
Notifications
You must be signed in to change notification settings - Fork 1
/
thanks.html
40 lines (35 loc) · 2.03 KB
/
thanks.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
<!DOCTYPE html>
<html>
<head>
<title> Gap Tech | Gap In Progress | Home Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="keywords" content="WEB">
<meta name="author" content="Clarence Chen" >
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script language="javascript" type="text/javascript" src="head/jquery-ui/jquery-ui.min.js"></script>
<script language="javascript" type="text/javascript" src="head/js/easing.js"></script>
<link rel="stylesheet" href="dist/css/bootstrap-theme.css" type="text/css">
<link rel="stylesheet" href="dist/css/bootstrap.min.css">
<link href="dist/css/bootstrap.css" rel="stylesheet" type="text/css">
<script src="head/jquery/dist/jquery.min.js" type="text/javascript"></script>
<script src="head/jquery/dist/jquery.min.js"></script>
<script language="javascript" type="text/javascript" src="head/jquery/dist/jquery.js"></script>
<script language="javascript" type="text/javascript" src="head/jquery-ui/jquery-ui.min.js"></script>
<!-- bxSlider Javascript file -->
<script language="javascript" type="text/javascript" src="dist/js/jquery.bxslider.min.js"></script>
<!-- bxSlider CSS file -->
<link href="dist/js/jquery.bxslider.css" rel="stylesheet"/>
<link rel="stylesheet" type="text/css" href="mycss.css"/>
<!-- this is the font for the vizzilo page -->
<!-- end of the font for the page-->
<!-- this is the the css for the heading to make it look like the first page -->
</head>
<body id="main_background" class="section">
<section class="container-fluid" id="thanks">
<h3 id="thanks">Thanks for submitting your choices. For more outfits, please go to Gap's <a href=https://www.facebook.com/gap>Facebook</a> page.</h3>
<h3 id="thanks"><a href = "https://www.facebook.com/Gap4Lyfe">Our Facebook Page!</a></h3>
<h3 id="thanks"><a href = voting.html>Back to voting!</a></h3>
</section>
</body>
</html>