Updated EDB Windows + macOS installers pages for PG12
[pgweb/local.git] / templates / 404.html
blobe6c7b3ddb315c89247c0f06e5038766dffb83970
1 {%extends "base/page.html"%}
2 {%block title%}Not Found{%endblock%}
3 {%block contents%}
4 <h1>Not Found</h1>
6 <p>
7 The URL you specified does not exist.
8 </p>
9 {%endblock%}