-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathin_progress.html
26 lines (23 loc) · 1013 Bytes
/
in_progress.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Science Hack Day India 2017</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<link href="css/custom.css" rel="stylesheet">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<div class="jumbotron">
<h1>Work in Progress</h1>
<p>We are in the process of getting this information across to you.</p>
<p>In the meanwhile, Have you registered for Science Hack Day 2017?</p>
<a class="btn btn-primary btn-lg" href="https://www.instamojo.com/shdindia/?ref=offer_page">Register for SHD 2017 »</a>
<a class="btn btn-primary btn-lg" href="index.html">Go to main page »</a>
</div>
</div>
</body>
</html>