You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
frontend/public/index.html

22 lines
688 B
HTML

2 years ago
<!DOCTYPE html>
<html lang="">
<head>
2 years ago
<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>
2 years ago
</head>
<body>
<noscript>
2 years ago
<strong
>We're sorry but 视频监控可视化平台 doesn't work properly without
JavaScript enabled. Please enable it to continue.</strong
>
2 years ago
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>