mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 20:43:07 +00:00
12 lines
305 B
HTML
12 lines
305 B
HTML
|
{% 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 %}
|
||
|
|