summaryrefslogtreecommitdiff
path: root/extras/appengine/templates/404.html
blob: 1eb60e8204e7214f917a2319f707863d66357558 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
  <head><title>404 Not Found</title></head>
  <body>
    <h1>404 - Not Found.</h1>
    <p>
      If you think this is a bug please file an issue on the tracker:
      <a href="http://code.google.com/p/python-sqlparse/issues/list">
	http://code.google.com/p/python-sqlparse/issues/list
      </a>.
    </p>
  </body>
</html>