| {% extends "templates/web.html" %} |
| {% block title %}{{ heading or "LMS"}}{% endblock %} |
| {% block navbar %}{% endblock %} |
| <script type="text/javascript" src="/assets/js/lms.min.js"></script> |
| background-color: #f5f7fa; |
| background-color: #f5f7fa; |
| {% include "templates/styles/card_style.css" %} |
| <div class='page-card-head'> |
| <span class='indicator darkgrey'>{{_("Page Missing or Moved")}}</span> |
| <p>{{_("The page you are looking for is missing. This could be because it is moved or there is a typo in the link.")}}</p> |
| <div><a href='/' class='btn btn-primary btn-sm'>{{ _("Home") }}</a></div> |
| <p class='text-muted text-center small' style='margin-top: -20px;'>{{ _("Error Code: {0}").format('404') }}</p> |
| background-color: #f5f7fa; |