forked from axitkhurana/enterpriseforum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththankyou.html
61 lines (59 loc) · 2.29 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Pitch Fest</title>
<link rel="stylesheet" type="text/css" href="./Pitch Fest_files/bootstrap.css">
<link rel="shortcut icon" href="">
</head>
<body>
<div class="container">
<div id="header" class="row-fluid">
<div id="logo" class="span4">
<a href="./index.html">
<img src="./Pitch Fest_files/Pitch-Fest-1.png" alt="Pitch Fest">
</a>
</div>
<div id="menu" class="span8">
<div class="row-fluid">
<ul class="unstyled">
<li class="span2 menuitem"><a href="index.html" >Home</a></li>
<li class="span2 menuitem"><a href="judges.html">Judges</a></li>
<li class="span2 menuitem"><a href="register.html" class="active">Register</a></li>
<li class="span2 menuitem"><a href="participation.html">Participation Protocol</a></li>
<li class="span2 menuitem"><a href="contact.html">Contact us</a></li>
</ul>
</div>
</div>
</div>
<div id="content2" class="row-fluid">
<div class="div2">
<p class="text13">Thank You for registering!!!!</p>
</div>
</div>
</div>
<div id="footer" class="row-fluid">
<div class="container">
<div class="row-fluid" id="social">
<a href="https://www.facebook.com/abcd">
<img src="./Pitch Fest_files/facebook.png" alt="facebook">
</a>
<a href="https://twitter.com/abcd">
<img src="./Pitch Fest_files/twitter.png" alt="twitter">
</a>
</div>
</div>
</div>
</body>
<SCRIPT language=JavaScript>
function checkCheckBox(f){
if (f.agree.checked == false )
{
alert('Please agree to terms and conditions first.');
return false;
}
else
return true;
}
</SCRIPT>
<style type="text/css"></style>
</html>