21 lines
425 B
HTML
21 lines
425 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<link rel="stylesheet" type="text/css" href="static/bootstrap/css/bootstrap.min.css">
|
|
<link href="static/css/common.css" rel="stylesheet" media="all">
|
|
<style>
|
|
body {
|
|
overflow: hidden;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="alert alert-warning">
|
|
$msg
|
|
</div>
|
|
</body>
|
|
|
|
</html> |