You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tty-server/frontend/static/invalid-session.html

22 lines
581 B
HTML

<html>
<head>
<link rel="stylesheet" type="text/css" href="/static/bootstrap.min.css">
</head>
<style>
.jumbotron {
background-color: #0B486B;
color: #ffffff;
font-family: 'Raleway', sans-serif;
}
</style>
<body>
<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>
</html>