You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
327 B
13 lines
327 B
{% include 'include/header.html' %}
|
|
<title> 503 Denied </title>
|
|
<script type="text/javascript">
|
|
$("document").ready(function() {
|
|
|
|
});
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h1>503 Denied.</h1>
|
|
<h2>{{ denymsg }}</h2>
|
|
<p>Please login at <a href='/launch'>The Login Page</a></p>
|
|
{% include 'include/footer.html' %}
|
|
|