SOURCE

console 命令行工具 X clear

                    
>
console
<!DOCTYPE html>
<html>
    <head>
    </head>
    <body>
        <a href="https://jsrun.net/KpnKp/embedded/result/custom" target="_break">首页</a>
        &nbsp;&nbsp;&nbsp;
        <a href="https://jsrun.net/ppnKp/embedded/result/custom" target="_break">图片回忆</a>
        &nbsp;&nbsp;&nbsp;
        <a href="https://jsrun.net/kpnKp/embedded/result/custom" target="_break">视频回忆</a>
        &nbsp;&nbsp;&nbsp;
        <a href="https://jsrun.net/YpnKp/embedded/result/custom" target="_break">新闻</a>
         &nbsp;&nbsp;&nbsp;
        <a href="https://jsrun.net/ipnKp/embedded/result/custom" target="_break">每月总结</a>
        <h1>七(2)班的伪官网-每月总结</h1>
        <!--os:title和link好像用不了哦-->
        <div>
            <p>暂无内容</p>
                   
        </div>
    </body>
</html>
body{
    text-align: center;
    background-color:beige;
    margin: 0;
    padding: 0;
}
table{
    margin: 0 auto;
    border-color: darkgreen;
    background-color:coral;
    font-size:50px;
    
}
#title{
    color:rgb(187, 255, 0);
    font-size:50px;
}
h1{
    color:brown;
    font-size:50px;
}h2{
    color: darkseagreen;
    font-size:50px;
}
div{
    border-style:dashed;
    border-color:yellow;
    background-color: lightsalmon; 
}
#apple{
    background-color: brown;
    position: fixed;
    bottom: 0;
    min-width: 100%;
    border: none;
}
a{
    text-decoration: none;
    font-size:30px;
    color: cornflowerblue;
}