2021-07-03 08:36:11 +08:00
|
|
|
<!--
|
|
|
|
* @Author: Copyright(c) 2020 Suwings
|
|
|
|
* @Date: 2021-05-08 10:07:55
|
2021-08-07 13:33:49 +08:00
|
|
|
* @LastEditTime: 2021-08-01 09:36:43
|
2021-07-03 08:36:11 +08:00
|
|
|
* @Description:
|
|
|
|
-->
|
|
|
|
<!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" />
|
|
|
|
<title><%= htmlWebpackPlugin.options.title %></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" class="app"></div>
|
|
|
|
<!-- built files will be auto injected -->
|
|
|
|
</body>
|
2021-08-07 13:33:49 +08:00
|
|
|
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.15.2/codemirror.js"></script>
|
|
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.15.2/codemirror.css" /> -->
|
2021-07-03 08:36:11 +08:00
|
|
|
</html>
|