forked from HackNC/fall2014
-
Notifications
You must be signed in to change notification settings - Fork 0
/
volunteer.html
24 lines (24 loc) · 990 Bytes
/
volunteer.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/> <!--320-->
<meta name="description" content="HackNC is a hackathon for college and high school students hosted at UNC-Chapel Hill on October 25-26, 2014.">
<link rel="icon" href="./favicon.ico" type="image/x-icon"/>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,700' rel='stylesheet' type='text/css'>
<title>HackNC 2014</title>
</head>
<body>
<noscript>
<div style='float: left; margin-left: 10%; margin-right: 10%; margin-top: 50px; padding: 10px; z-index: 4; text-align: center; width: 80%;'>
<div>
<p><a href="http://goo.gl/forms/HRr6ToJ19s">Click here</a></p>
</div>
</div>
</noscript>
<script type="text/javascript">
window.location = "http://goo.gl/forms/HRr6ToJ19s";
</script>
</body>
</html>