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.
12 lines
305 B
12 lines
305 B
{% extends "main.html" %}
|
|
|
|
{% block content %}
|
|
|
|
<center>
|
|
<h1>This is not the page you're looking for.</h1>
|
|
<img src="https://raw.githubusercontent.com/meisnate12/Plex-Meta-Manager/master/docs/404.gif" alt="" style="display: block; margin-left: auto; margin-right: auto;">
|
|
</center>
|
|
|
|
{% endblock %}
|
|
|