uptime-status/public/index.html
2022-08-09 11:53:56 +08:00

29 lines
1.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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>