This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
lixinyan-email-mapping-system/frontend/index.html

24 lines
1.0 KiB
HTML
Raw Normal View History

2023-06-05 20:04:56 +08:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="stylesheet" href="http://at.alicdn.com/t/font_1047060_bxglnl7g9ua.css">
<!-- 引入element样式 -->
<link rel="stylesheet" href="https://unpkg.com/element-ui@2.11.1/lib/theme-chalk/index.css">
<script type="text/javascript" src="static/popWin.js"></script>
<!-- <script type="text/javascript" src="static/dataTool.min.js"></script> -->
<title>Argvs 邮件服务测绘系统</title>
</head>
<body>
<div id="app"></div>
<script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.min.js"></script>
<script src="./static/echarts.min.js"></script>
<!-- built files will be auto injected -->
<script src="https://cdn.bootcss.com/vue/2.6.10/vue.min.js"></script>
<!-- 引入element组件库 -->
<script src="https://cdn.bootcss.com/element-ui/2.11.1/index.js"></script>
<script type="text/javascript" src="./static/echarts-wordcloud.min.js"></script>
</body>
</html>