<!--
|
* @Description:
|
* @Author: SurprisePlus
|
* @Date: 2023-02-27 11:30:56
|
* @LastEditTime: 2023-03-03 11:23:02
|
* @LastEditors: SurprisePlus
|
-->
|
<!DOCTYPE html>
|
<html lang="">
|
<head>
|
<meta charset="utf-8">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
<script src="./js/config.js"></script>
|
|
<link rel="stylesheet" href="./DeveloperGuide/css/prism.min.css" />
|
|
<script src="./DeveloperGuide/js/prism.js"></script>
|
<script src="./DeveloperGuide/js/jquery.min.js"></script>
|
<style>
|
/* 滚动条样式 */
|
::-webkit-scrollbar {
|
width: 6px;
|
height: 6px;
|
background-color: #fff;
|
}
|
/* 滚动条滑块(里面小方块) */
|
::-webkit-scrollbar-thumb {
|
border-radius: 4px;
|
height: 6px;
|
box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
|
background: #d5d5d5
|
}
|
/* 滚动条轨道 */
|
::-webkit-scrollbar-track {
|
border-radius: 4px;
|
box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
|
background: #fff;
|
}
|
</style>
|
<title>SmartEarth</title>
|
</head>
|
<body>
|
<noscript>
|
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
</noscript>
|
<div id="app"></div>
|
|
</body>
|
</html>
|