Files
hole_thu_frontend/public/index.html
2018-08-23 14:24:25 +08:00

27 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">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="format-detection" content="telephone=no">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link rel="icon" href="%PUBLIC_URL%/favicon-precomposed.png">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon-precomposed.png">
<link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/favicon-180px-precomposed.png" />
<meta name="apple-mobile-web-app-capable" content="yes">
<title>P大树洞非官方</title>
</head>
<body>
<div id="root"></div>
<script>
var cnzz_s_tag = document.createElement('script');
cnzz_s_tag.type = 'text/javascript';
cnzz_s_tag.async = true;
cnzz_s_tag.charset = "utf-8";
cnzz_s_tag.src = "https://w.cnzz.com/c.php?id=1274501752&async=1";
var root_s = document.getElementsByTagName('script')[0];
root_s.parentNode.insertBefore(cnzz_s_tag, root_s);
</script>
</body>
</html>