Plex-Meta-Manager/docs/overrides/404.html

12 lines
295 B
HTML
Raw Permalink Normal View History

2023-12-31 16:45:00 +00:00
{% extends "main.html" %}
{% block content %}
<center>
<h1>This is not the page you're looking for.</h1>
2024-04-22 14:20:12 +00:00
<img src="https://raw.githubusercontent.com/Kometa-Team/Kometa/master/docs/404.gif" alt="" style="display: block; margin-left: auto; margin-right: auto;">
2023-12-31 16:45:00 +00:00
</center>
{% endblock %}