Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Joshua Voskamp
Scinage
Commits
b54ea00c
Commit
b54ea00c
authored
Apr 18, 2016
by
Mirko Vucicevich
Browse files
Merge branch 'master' of git.uwaterloo.ca:science-computing/Scinage
parents
be50dd04
a4a23b04
Changes
1
Hide whitespace changes
Inline
Side-by-side
static/robust_error.html
0 → 100644
View file @
b54ea00c
<!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>
☹
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>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment