-
Notifications
You must be signed in to change notification settings - Fork 2
/
wrong.html
50 lines (50 loc) · 2.53 KB
/
wrong.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
<!doctype html>
<html>
<head>
<title>DPSNMUNC'16 CHECK IN APPLICATION</title>
<meta name="viewport" content="width=device-width, user-scalable=yes">
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="icon" href="http://swghosh.cu.cc/favicon.png" type="image/png" />
<meta name="theme-color" content="#336">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.3/jquery.min.js"></script>
</head>
<body>
<header>
<div class="header">
<br/>
<div id="imageatr"><img src="images/labtocat.png"></div>
<h1><small>check-in app </small>DPSNMUNC'16 <sup><small id="beta"> beta </small></sup><br/><span id="tagline">Model United Nations Elite<br>#mune</span></h1>
<br/>
</div>
<div class="navbar">
<ul>
<li id="togglemenu"><a href="#menu" id="menubutton">≡</a></li>
<li id="flogo"><span class="flogolink"><a href="/">DPSNMUNC'16 Check-In App</a></span></li>
<li><a href="schooldel/">School Delegation</a></li>
<li><a href="indidel/">Individual Applicant</a></li>
<li><a href="dpsndel/">DPS Newtown Delegate</a></li>
</ul>
</div>
</header>
<div class="content1">
<br>
<p>
:(<br>
Something went wrong!<br>
We're currently in beta stage so we cannot tell you what might have caused it to happen.<br>
</p>
<br>
</div>
<footer>
<div class="foot">
<br/>
<h1>Thanks for stopping by!</h1>
<p>Welcome to our conference.</p>
<br/>
<br/>Creativity © <a href="https://facebook.com/swghosh">Swarup Ghosh</a>, 2k16.<br/>Made with <span class="heart">♥</span> and JavaScript.<br/><a href="https://twitter.com/SwG_Ghosh" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @SwG_Ghosh</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script><br/><br/>
</div>
</footer>
<script src="base.js"></script>
</body>
</html>