Spaces:
Sleeping
Sleeping
File size: 369 Bytes
d95cbea 28a5857 d95cbea 28a5857 d95cbea 28a5857 d95cbea |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="{{ url_for('static',path='/css/style.css')}}"/>
<title>Bad request</title>
</head>
<body>
<h1>Sorry, your request not allowed</h1>
</body>
</html>
|