mirror of
https://github.com/lucaspalomodevelop/Party.git
synced 2026-03-13 08:09:37 +00:00
19 lines
690 B
HTML
19 lines
690 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>oops something went wrong</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<link rel="stylesheet" href="{{ url_for('static', filename='../static/css/style.css') }}">
|
|
</head>
|
|
<body>
|
|
<center>
|
|
<h1>404</h1>
|
|
<h2>Page not found</h2>
|
|
<h2>oops something went wrong</h2>
|
|
<p>This Page you are loocking for doesn't exist or an other error occurred.</p>
|
|
<a href="javascript:history.back()">Go back</a>
|
|
</center>
|
|
</body>
|
|
</html> |