You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tanghe-report/report-ui/index.html

24 lines
740 B
HTML

3 years ago
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
3 years ago
<title>AJ-Report</title>
<link rel='stylesheet' href='src/components/luckysheet/plugins/css/pluginsCss.css' />
<link rel='stylesheet' href='src/components/luckysheet/plugins/plugins.css' />
<link rel='stylesheet' href='src/components/luckysheet/css/luckysheet.css' />
<link rel='stylesheet' href='src/components/luckysheet/assets/iconfont/iconfont.css' />
<script src="src/components/luckysheet/plugins/js/plugin.js"></script>
<script src="src/components/luckysheet/luckysheet.umd.js"></script>
3 years ago
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>