summaryrefslogtreecommitdiffstats
path: root/theme/mkdocs_windmill/404.html
blob: 1a601d1265ee25afd430cca90f72ec83f56a82f4 (plain)
1
2
3
4
5
6
7
8
{% extends "base.html" %}

{% block content %}

  <h2 style="text-align: center">404</h2>
  <h1 style="text-align: center">Page not found</h1>

{% endblock %}