This commit is contained in:
PySimpleGUI 2021-09-27 13:28:22 -04:00
parent 5dec5dca5b
commit 168810e471
15 changed files with 912 additions and 0 deletions

6
mkdocs_ivory/404.html Normal file
View file

@ -0,0 +1,6 @@
{% extends "base.html" %}
{% block content %}
<h1 id="404-page-not-found">404</h1>
<p><strong>Page not found</strong></p>
{% endblock %}