13 lines
No EOL
400 B
HTML
13 lines
No EOL
400 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename = 'bootstrap.min.css') }}" />
|
|
<meta charset="UTF-8">
|
|
<title>{{ title_status }}! - Tweeder</title>
|
|
</head>
|
|
<body style="padding-top: 90px;">
|
|
<div class="container">
|
|
<div class="alert alert-{{ status }}" role="alert">{{ message }}</div>
|
|
</div>
|
|
</body>
|
|
</html> |