我的cnblogs设置代码

<!DOCTYPE html>
<html>
<head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>
        我的主页
    </title>
    
</head>
<body>
    <p>
        主页
    </p>
    <script type="text/javascript">
    #blog-news{
        float:left;
    }
    </script>

    <div id="blog-news">
    <font color="#000000">
    <ul>
        <li>
            <a style="color: #000099;" href="http://note.sdo.com/u/635231777425794297#c/" target="_blank">
                我的麦库:http://note.sdo.com/u/635231777425794297#c/
                <span style="color: #000099;"></span>
            </a>
        </li>
        <li>
            <a style="color: #000099;" href="http://blog.csdn.net/seeker1994" target="_blank">
                我的CSDN:http://blog.csdn.net/seeker1994
                <span style="color: #000099;"></span>
            </a>
        </li>
    </ul>
    </font>
    </div>
</body>
</html>
原文地址:https://www.cnblogs.com/liun1994/p/3994361.html