mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-17 04:42:22 +01:00
11 lines
302 B
HTML
11 lines
302 B
HTML
{% extends 'layout.server.view.html' %}
|
|
|
|
{% block content %}
|
|
<h1>Page Not Found</h1>
|
|
<div class="alert alert-danger" role="alert">
|
|
<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
|
|
<span class="sr-only">Error:</span>
|
|
{{url}} is not a valid path.
|
|
</div>
|
|
{% endblock %}
|