1
2
3
4
5
6
7
8
9
10
11
12
13
| <!DOCTYPE html>
| <html>
| <head>
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
| <meta charset="utf-8" />
| <meta name="viewport" content="width=device-width, initial-scale=1.0">
| <title>@ViewBag.Title</title>
| <link href="~/Content/css/okadmin.css" rel="stylesheet" />
| </head>
| <body class="layui-layout-body">
| @RenderBody()
| </body>
| </html>
|
|