-
Notifications
You must be signed in to change notification settings - Fork 0
/
comingsoon.html
104 lines (85 loc) · 4.05 KB
/
comingsoon.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!-- Happy April Fool's Day from Team Divshot!-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>UAC - CTF@DETI</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A timeless theme for Twitter Bootstrap.">
<meta name="author" content="Divshot, Inc.">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="swatch/bootstrap.min.css" rel="stylesheet">
<link href="bootstrap/docs/assets/css/bootstrap-responsive.css" rel="stylesheet">
<link href="bootstrap/docs/assets/js/google-code-prettify/prettify.css" rel="stylesheet">
<link href="test/bootswatch.css" rel="stylesheet">
<link href="styles.css" rel="stylesheet">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-30884255-3']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body id="top" class="preview" data-spy="scroll" data-target=".subnav" data-offset="80">
<!-- Navbar
================================================== -->
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<center>
<h1>UNDER CONSTRUCTION</h1>
</center>
<center>
<img src="img/test/divider.gif">
</center>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="progress progress-danger progress-striped active">
<div class="bar" style="width: 90%"></div>
</div>
</div>
<div class="row">
<center>
<div class="alert alert-block">
<img class="pull-left" style="margin-top: -8px" src="img/test/drudgesiren.gif" width="80">
<h4 class="alert-heading">WOOOOOOSH</h4>
<p>Check back on this later.</p>
<a href="index.html">Go Back</a>
</div>
</center>
</div>
<div class="row">
<div class="progress progress-danger progress-striped active">
<div class="bar" style="width: 90%"></div>
</div>
</div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="bootstrap/docs/assets/js/jquery.js"></script>
<script src="bootstrap/docs/assets/js/google-code-prettify/prettify.js"></script>
<script src="bootstrap/docs/assets/js/bootstrap-transition.js"></script>
<script src="bootstrap/docs/assets/js/bootstrap-alert.js"></script>
<script src="bootstrap/docs/assets/js/bootstrap-modal.js"></script>
<script src="bootstrap/docs/assets/js/bootstrap-dropdown.js"></script>
<script src="bootstrap/docs/assets/js/bootstrap-scrollspy.js"></script>
<script src="bootstrap/docs/assets/js/bootstrap-tab.js"></script>
<script src="bootstrap/docs/assets/js/bootstrap-tooltip.js"></script>
<script src="bootstrap/docs/assets/js/bootstrap-popover.js"></script>
<script src="bootstrap/docs/assets/js/bootstrap-button.js"></script>
<script src="bootstrap/docs/assets/js/bootstrap-collapse.js"></script>
<script src="bootstrap/docs/assets/js/bootstrap-carousel.js"></script>
<script src="bootstrap/docs/assets/js/bootstrap-typeahead.js"></script>
<script src="bootstrap/docs/assets/js/bootstrap-affix.js"></script>
<script src="bootswatch.js"></script>
</body>
</html>