-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (33 loc) · 1.29 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HackFSU</title>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<section class="hero is-fullheight is-info">
<div class="hero-body">
<div class="container">
<div class="columns">
<div class="column is-8-desktop is-offset-2-desktop">
<h1 class="title is-2 is-spaced">
HackFSU will be right back...
</h1>
<h2 class="subtitle is-4">
Thanks for stopping by! We're working on repairing some issues with registration, so we'll be back online
in a couple of minutes.
<br><br>
<!-- Be sure to find us on <strong><a href="http://facebook.com/hackfsu">Facebook</a></strong> to find out more about HackFSU! -->
If you've had issues registering with us, please <strong><a href="mailto:[email protected]">email us</a></strong> and tell us more!
</h2>
</div>
</div>
</div>
</div>
</section>
<script type="text/javascript" src="lib/main.js"></script>
</body>
</html>