TextSummarization / templates /bad_request.html
asFrants's picture
update new pages with verification
28a5857
raw history blame
No virus
369 Bytes
<!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>