You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
740 B
17 lines
740 B
<!DOCTYPE html>
|
|
<html lang="zh-cn">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
|
<meta name="renderer" content="webkit">
|
|
<title></title>
|
|
<link rel="stylesheet" href="{{ url_for('static',filename='css/pintuer.css') }}">
|
|
<link rel="stylesheet" href="{{ url_for('static',filename='css/admin.css') }}">
|
|
<script src="{{ url_for('static',filename='js/jquery.js') }}"></script>
|
|
<script src="{{ url_for('static',filename='js/pintuer.js') }}"></script>
|
|
</head>
|
|
<body>
|
|
<img id="bg" src="{{ url_for('static',filename='images/11.jpg') }}"/>
|
|
</body>
|
|
</html> |