Files
2025-11-24 22:01:29 +08:00

26 lines
1.0 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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-ADMIN 一个很酷的后台管理系统开发框架</title>
<meta name="keywords" content="cool-admin后台管理系统vue3element-ui、typescript、Springboot"/>
<meta name="description" content="Ai编码、扩展插件、流程编排、前后端分离、权限管理、快速开发 COOL-AMIND 通用后台管理系统"/>
<link rel="stylesheet" href="css/welcome.css">
<body>
<div class="reveal">HELLO COOL-ADMIN V8.x</div>
<!-- 添加底部说明 -->
<div class="footer-bar">
<span>提示:系统为前后端分离模式,前端仓库地址</span>
<a class ="link" target="_blank" href="https://github.com/cool-team-official/cool-admin-vue">
https://github.com/cool-team-official/cool-admin-vue
</a>
</div>
<script src="js/welcome.js"></script>
</body>
</html>