welcome.html 715 B

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