123456789101112131415161718192021 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta http-equiv="X-UA-Compatible" content="ie=edge" />
- <title>JT-AMIND 后台权限管理系统</title>
- <meta name="keywords" content="后台管理系统,vue,element-ui,nodejs" />
- <meta name="description" content="element-ui、midway.js、postgresql、redis、node.js、前后端分离、权限管理" />
- <link rel="stylesheet" href="public/css/welcome.css">
- <link rel="shortcut icon" href="public/favicon.ico" type="image/x-icon" />
- <body>
- <div class="reveal">
- <%= text %>
- </div>
- <script src="public/js/welcome.js"></script>
- </body>
- </html>
|