2015-09-18 12:12:22 +00:00
|
|
|
<div id="wrapper" style="min-height: 750px;">
|
2015-08-18 09:56:35 +00:00
|
|
|
<div class="container-fluid">
|
2015-08-27 12:20:19 +00:00
|
|
|
<div class="row" id="authenticating">
|
|
|
|
<div class="col-lg-6 col-lg-offset-3">
|
|
|
|
<div class="jumbotron jumbo-auth text-center">
|
|
|
|
<div>
|
2016-01-22 10:12:23 +00:00
|
|
|
<img src="/ensl_logo.png" class="jumbo-img" alt="ENSL Logo" />
|
2015-08-27 12:20:19 +00:00
|
|
|
</div>
|
|
|
|
<br />
|
|
|
|
<h3>Something went wrong )-: (Server Error)</h3>
|
|
|
|
<br />
|
|
|
|
<h3>It's <span id="admin">Prommah</span>'s fault!</h3>
|
2015-09-18 12:12:22 +00:00
|
|
|
<br />
|
|
|
|
<h3>If the gathers app is broken, you can use the old gathers app at <a href="http://www.ensl.org/gather">ensl.org/gather</a></h3>
|
2015-08-27 12:20:19 +00:00
|
|
|
</div>
|
2015-08-18 09:56:35 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2015-08-27 12:20:19 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<script>
|
2016-01-22 00:56:51 +00:00
|
|
|
var admins = ["Yaluzan", "Lome", "Lambo", "Prommah", "Vindaloo"];
|
2015-08-27 12:20:19 +00:00
|
|
|
$("#admin").html(function () {
|
|
|
|
var i = Math.floor(Math.random() * admins.length);
|
|
|
|
return admins[i];
|
|
|
|
}());
|
2016-01-22 00:56:51 +00:00
|
|
|
</script>
|