mirror of
https://github.com/zyx0814/dzzoffice.git
synced 2025-04-04 22:33:37 +08:00
21 lines
417 B
HTML
21 lines
417 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 text-center">
|
|
$msg
|
|
</div>
|
|
</body>
|
|
|
|
</html> |