cool-admin-midway/view/welcome.html

20 lines
793 B
HTML
Raw Normal View History

2022-03-14 14:46:21 +08:00
<!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>COOL-AMIND 一个很酷的后台权限管理系统</title>
<meta name="keywords" content="cool-admin后台管理系统vueelement-uinodejs" />
2023-03-08 15:36:37 +08:00
<meta name="description" content="element-ui、midway.js、mysql、redis、node.js、前后端分离、权限管理、快速开发 COOL-AMIND 一个很酷的后台权限管理系统" />
2022-03-14 14:46:21 +08:00
<link rel="stylesheet" href="public/css/welcome.css">
2023-03-08 15:36:37 +08:00
<link rel="shortcut icon" href="public/favicon.ico" type="image/x-icon" />
2022-03-14 14:46:21 +08:00
<body>
<div class="reveal"><%= text %></div>
<script src="public/js/welcome.js"></script>
</body>
</html>