Files
energy_storage/web/public/index.html

23 lines
735 B
HTML
Raw Normal View History

2025-08-29 12:06:02 +08:00
<!DOCTYPE html>
<html lang="">
<head>
2025-09-01 16:58:54 +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" />
2025-08-29 12:06:02 +08:00
<title><%= htmlWebpackPlugin.options.title %></title>
2025-09-01 16:58:54 +08:00
<link rel="stylesheet" href="https://at.alicdn.com/t/c/font_5010233_m6gk6vpoxg.css" />
2025-08-29 12:06:02 +08:00
</head>
<body>
<noscript>
2025-09-01 16:58:54 +08:00
<strong
>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without
JavaScript enabled. Please enable it to continue.</strong
>
2025-08-29 12:06:02 +08:00
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>