index.html 1.8 KB
Newer Older
T
TRHX 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
<link rel="stylesheet" class="aplayer-secondary-style-marker" href="\assets\css\APlayer.min.css"><script src="\assets\js\APlayer.min.js" class="aplayer-secondary-script-marker"></script>
<!DOCTYPE html>
<html lang="zh">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <meta name="keywords" content="实时更新:全国新型肺炎疫情最新动态">
    <meta name="description" content="腾讯新闻第一时间同步全国新型肺炎疫情动态,欢迎关注、转发。">
    <title>全国新型冠状病毒实时分布图</title>
    <link rel="shortcut icon" type="image/x-icon" href="/ncov-favicon.ico">
    <link rel="icon" type="image/x-icon" href="/ncov-favicon.ico">
</head>

<style>
    body {
        height: 88vh;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }
    h2 {
        text-align:center;
        margin: 20px 0 0 0;
        color: #0822B5;
    }
    h3 {
        text-align:center;
        margin: 20px 0 0 0;
        color: #0822B5;
    }
    a {
        color: #178b50;
        text-decoration: none;
    }
    a:hover {
        color: #d81d1b;
        text-decoration: none;
    }
    iframe {
        overflow:hidden;
        margin: 20px 0 0 0;
        border: none;
    }
</style>

<body>
    <h2>TRHX'S BLOG丨新冠肺炎实时疫情图(数据来源:腾讯新闻)</h2>
T
TRHX 已提交
50
    <h3>相关链接:<a href="https://wuhan2020.kaiyuanshe.cn/" target="_blank">武汉新型冠状病毒防疫信息收集平台</a><a href="http://nav.werty.cn/" target="_blank">2019-nCoV 疫情信息导航网站</a></h3>
T
TRHX 已提交
51 52 53 54
    <iframe src="https://news.qq.com/zt2020/page/feiyan.htm" frameborder="0" width="100%" height="100%" allowtransparency="yes"></iframe>
</body>

</html>