You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.2 KiB
31 lines
1.2 KiB
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
|
|
<meta content="webkit" name="renderer">
|
|
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
|
<link href="<%= BASE_URL %>favicon.ico" rel="icon">
|
|
<title><%= webpackConfig.name %></title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
</body>
|
|
|
|
<!--echarts-->
|
|
<script src="https://cdn.bootcss.com/echarts/4.6.0/echarts.min.js"></script>
|
|
<script src="/static/echarts/macarons.js"></script>
|
|
|
|
<!--photoSwipe-->
|
|
<link href="https://cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.css" rel="stylesheet">
|
|
<link href="https://cdn.bootcss.com/photoswipe/4.1.3/default-skin/default-skin.min.css" rel="stylesheet">
|
|
<script src="https://cdn.bootcss.com/photoswipe/4.1.3/photoswipe.min.js"></script>
|
|
<script src="https://cdn.bootcss.com/photoswipe/4.1.3/photoswipe-ui-default.min.js"></script>
|
|
|
|
<!--viewer-->
|
|
<link href="https://cdn.bootcss.com/viewerjs/1.5.0/viewer.min.css" rel="stylesheet">
|
|
<script src="https://cdn.bootcss.com/viewerjs/1.5.0/viewer.min.js"></script>
|
|
|
|
<!--excel-->
|
|
<script src="/static/js/xlsx.full.min.js"></script>
|
|
</html>
|
|
|