Skip to content

Instantly share code, notes, and snippets.

@HarshCasper
Created July 9, 2020 06:19
Show Gist options
  • Save HarshCasper/e32ca0a026a9aecbe1634db885d114df to your computer and use it in GitHub Desktop.
Save HarshCasper/e32ca0a026a9aecbe1634db885d114df to your computer and use it in GitHub Desktop.
@app.errorhandler(404)
@app.route('/<lol>')
def not_found(lol):
return "<h1git >Are You Lost?<h1>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment