2022-10-10 13:41:39 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="">
|
2023-07-14 18:04:37 +08:00
|
|
|
|
|
|
|
<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" />
|
2023-08-07 14:35:33 +08:00
|
|
|
<link rel="shortcut icon" href="/display/file/logo" type="application/octet-stream">
|
2023-08-04 13:17:14 +08:00
|
|
|
<link href="/display/file/css" rel="stylesheet">
|
2023-07-14 18:04:37 +08:00
|
|
|
<title>
|
|
|
|
<%= htmlWebpackPlugin.options.title %>
|
|
|
|
</title>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<noscript>
|
|
|
|
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
|
2023-06-14 11:17:45 +08:00
|
|
|
properly without JavaScript enabled. Please enable it to
|
2023-07-14 18:04:37 +08:00
|
|
|
continue.</strong>
|
|
|
|
</noscript>
|
|
|
|
<div id="app"></div>
|
|
|
|
<!-- built files will be auto injected -->
|
|
|
|
</body>
|
|
|
|
|
2023-07-26 11:51:29 +08:00
|
|
|
</html>
|