Add a simple page for invalid sessions

pull/14/merge
Vasile Popescu 6 years ago
parent bbcc9a8771
commit 2fa92bfac3

File diff suppressed because one or more lines are too long

@ -1,8 +1,22 @@
<html> <html>
<head> <head>
<link rel="stylesheet" type="text/css" href="/static/bootstrap.min.css">
</head> </head>
<style>
.jumbotron {
background-color: #0B486B;
color: #ffffff;
font-family: 'Raleway', sans-serif;
}
</style>
<body> <body>
Invalid session ID. It either doesn't exist, or the tty-sender was closed already. <div class="jumbotron jumbotron-fluid">
<div class="container">
<h1 class="display-4">Invalid session</h1>
<p class="lead">This session doesn't exist, or has already ended.</p>
</div>
</div>
</body> </body>
</html> </html>
Loading…
Cancel
Save