Spaces:
Running
Running
<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> | |