{
    分享网正式开通,我们为大家提供免费资源,欢迎大家踊跃投稿!

简单的公告通知html页面源码

效果如上所示,接下来放代码吧!因为这个代码不是很长所以就不搞附件下载了。

可根据网易云音乐添加音乐播放器等等。

<!DOCTYPE html> 
<html lang="zh-CN">
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <title>公告</title>
    <style type="text/css">
    * {
        margin: 0;
        padding: 0;
    }
    body {
        background-color: #0099CC;
        color: #ffffff;
        font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
    }
    .content {
        width: 100%;
        max-width: 600px;
        margin: 60px auto;
        box-sizing: border-box;
        padding: 10px;
    }
    .content h1 {
        font-weight: normal;
        text-align: center;
        letter-spacing: 30px;
        margin-bottom: 20px;
    }
    .content p {
        line-height: 2em;
        text-indent: 2em;
        font-size: 18px;
    }
    </style>

</head>

<body>
    <div class="content">
        <h1>公告</h1>
        <p>因为某些“你懂的”的原因,Www.QYun.Vip即日起停止更新维护!</p>
        <p>Ps: 真希望有朝一日,能以合法的方式在同一平台获取资源……</p>
    </div>

<style></body></style>
</body>
</html>


爱资源分享网 , 版权所有丨本站资源仅限于学习研究,严禁从事商业或者非法活动!丨本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:简单的公告通知html页面源码
喜欢 ()分享 (0)