mirror of
https://github.com/lucaspalomodevelop/Party.git
synced 2026-03-14 00:24:35 +00:00
13 lines
493 B
HTML
13 lines
493 B
HTML
<html>
|
|
<head>
|
|
<title>Passwort vergessen</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>Please Contact the Session Admin</h1>
|
|
<a href="javascript:history.back()">Go back</a></center>
|
|
</body>
|
|
</html> |