1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| <!DOCTYPE html>
| <html>
|
| <head>
| <title>首页</title>
| <meta charset="utf-8"/>
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
| <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
| </head>
| <body>
|
| <div class="layui-card-body" style="text-align: center;">
| <img src="../../assets/images/welcome.png" style="max-width: 100%;">
| </div>
| </body>
| </html>
|
|