21 lines
614 B
HTML
Raw Normal View History

2021-06-20 16:52:54 +08:00
<!DOCTYPE html>
2022-12-02 17:37:41 +08:00
<html lang="zh">
2021-06-20 16:52:54 +08:00
<head>
2022-11-27 20:22:42 +08:00
<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>renamer</title>
2021-06-20 16:52:54 +08:00
</head>
<body>
<noscript>
2022-11-27 20:22:42 +08:00
<strong
>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to
continue.</strong
>
2021-06-20 16:52:54 +08:00
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>