-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathErrorServer.html
More file actions
42 lines (34 loc) · 1.81 KB
/
Copy pathErrorServer.html
File metadata and controls
42 lines (34 loc) · 1.81 KB
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
<!-- This page:
* Tells the user that there is a problem with their certificate.
* Tells them how to contact Monroe's management to get a certificate.
* Offers help on how to install a certificate in the browser.
-->
<!DOCTYPE html>
<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Monroe Experimenters Portal</title>
<!-- Include Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" crossorigin="anonymous">
<!-- Custom styles for this template -->
<link href="signin.css" rel="stylesheet">
</head>
<body>
<center><a href="https://www.monroe-project.eu/">
<img src = "media/monroe_alliance_main.png" height="150"></img>
</a></center>
<center>
<h1 style="margin-bottom:3cm">It has not been possible to contact MONROE's server.</h1>
<h3 style="margin-bottom:1cm">The server may be temporarily down, or you may be experiencing connectivity difficulties.</h3>
<h3 style="margin-bottom:1cm">If the problem persists, please try contacting Monroe's administrators here.</h3>
<h3>You can click the following button to try to access the system again:</h3>
<!-- Sing in button -->
<a href="index.html"><button class="btn btn-lg btn-primary" type="submit">Authenticate</button></a>
<br><br><br>
<h4>If you have a valid certificate, you should be able to see its details clicking here:
<a href="https://scheduler.monroe-system.eu/v1/backend/auth"><button class="btn btn-lg btn-danger" type="submit">Check certificate</button></a>
</h4>
</center>
</body>