Files
monitor/public/index.html

31 lines
892 B
HTML
Raw Normal View History

2022-09-15 09:01:22 +08:00
<!DOCTYPE html>
2023-05-05 15:55:40 +08:00
<html lang="en" style="touch-action: none">
2022-11-28 16:44:51 +08:00
<head>
2023-05-05 15:55:40 +08:00
<meta charset="utf-8"/>
<meta content="IE=edge" http-equiv="X-UA-Compatible"/>
<meta content="width=device-width,initial-scale=1.0" name="viewport"/>
<link href="<%= BASE_URL %>favicon.ico" rel="icon"/>
<!-- <title><%= htmlWebpackPlugin.options.title %></title> -->
2023-12-05 09:38:06 +08:00
<script>
console.log(navigator.userAgent)
</script>
<script src="//cdn.jsdelivr.net/npm/eruda"></script>
<script>eruda.init();</script>
2023-05-05 15:55:40 +08:00
<script>
var sid = '<#sid>';
</script>
<title>视频监控</title>
2022-11-28 16:44:51 +08:00
</head>
<body>
2023-05-05 15:55:40 +08:00
<noscript>
2022-11-28 16:44:51 +08:00
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
2022-10-20 23:55:57 +08:00
properly without JavaScript enabled. Please enable it to
2022-11-28 16:44:51 +08:00
continue.</strong>
2023-05-05 15:55:40 +08:00
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
2022-11-28 16:44:51 +08:00
</body>
</html>