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
512 B
13 lines
512 B
{% include 'include/header.html' %}
|
|
<title> 503 Denied </title>
|
|
<script type="text/javascript">
|
|
$("document").ready(function() {
|
|
|
|
});
|
|
</script>
|
|
</head>
|
|
{% include 'include/navblock.html' %}
|
|
<h1>Application error!</h1>
|
|
<h2>{{ denymsg }}</h2>
|
|
<p>Please retry again later, or do something different. Then if it still does not work, contact support. Use the <a href='https://github.com/hailey/sms-proj'>github at https://github.com/hailey/sms-proj</a></p>
|
|
{% include 'include/footer.html' %}
|
|
|