Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Scinage
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Joshua Voskamp
Scinage
Commits
b54ea00c
Commit
b54ea00c
authored
8 years ago
by
Mirko Vucicevich
Browse files
Options
Downloads
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
static/robust_error.html
+16
-0
16 additions, 0 deletions
static/robust_error.html
with
16 additions
and
0 deletions
static/robust_error.html
0 → 100644
+
16
−
0
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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment