Tweeder/templates/status.html
Socks 16bf449dff Initial Commit
- Basic accounts system
2018-01-12 12:45:52 +00:00

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>