29 lines
1.1 KiB
HTML
29 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="zh-CN">
|
||
<html>
|
||
<head>
|
||
<!-- 基础信息 -->
|
||
<meta charset="utf-8">
|
||
<meta http-equiv="Access-Control-Allow-Origin" content="*">
|
||
<!-- 强制 HTTPS,若不需要可删除,但可能出现问题 -->
|
||
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
|
||
<meta name="renderer" content="webkit" />
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||
<meta name="force-rendering" content="webkit" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
<meta name="theme-color" content="#424242" />
|
||
<meta name="description" content="云生站点监测">
|
||
<meta name="keywords" content="墨明,云生站点监测">
|
||
<meta name="author" content="墨明">
|
||
<link rel="apple-touch-icon" href="./img/icon/apple-touch-icon.png">
|
||
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
|
||
<!-- PWA -->
|
||
<link rel="manifest" href="./manifest.json">
|
||
<title>云生站点监测</title>
|
||
<script src="./config.js"></script>
|
||
</head>
|
||
<body>
|
||
<div id="app"></div>
|
||
</body>
|
||
</html>
|