Skip to content
Snippets Groups Projects
Commit b54ea00c authored by Mirko Vucicevich's avatar Mirko Vucicevich
Browse files

Merge branch 'master' of git.uwaterloo.ca:science-computing/Scinage

parents be50dd04 a4a23b04
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html>
<html>
<head>
<title>Scinage - Hiccup</title>
</head>
<body style="background-color:black; color:darkgray;">
<script type="text/javascript">
refresh_in = 1 * 60000 + parseInt(15 * 60000 * Math.random());
console.log(refresh_in / 60000)
setInterval(window.location.reload, refresh_in);
</script>
<h1>&#9785; Scinage - Hiccup</h1>
<p>Sorry, because of an error this screen will attempt to automaticity recover in 15 minutes.</p>
<p>If automatic recover fails staff will need to investigate.</p>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment