Files
monitor/public/index.html

23 lines
692 B
HTML
Raw Normal View History

2022-09-15 09:01:22 +08:00
<!DOCTYPE html>
<html lang="">
<head>
2022-10-20 23:55:57 +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><%= htmlWebpackPlugin.options.title %></title> -->
<title>视频监控</title>
2022-09-15 09:01:22 +08:00
</head>
<body>
<noscript>
2022-10-20 23:55:57 +08:00
<strong
>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
properly without JavaScript enabled. Please enable it to
continue.</strong
>
2022-09-15 09:01:22 +08:00
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>