console
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>网站</title>
<style type="text/css">
#body{
padding: 0px;
margin: 0x;
}
#box{
width: 420px;
padding: 20px;
background-color:#9c2bbe;
margin: 20px;
}
#box1{
width: 250px;
padding: 40px;
background-color:#66eca0;
margin: 20px;
border: 5px solid rgb(76, 125, 223);
}
#text0{
height: 20px;
background-color: #fc0;
}
</style>
</head>
<body>
<header>
<div id="box">
<img src="https://i.loli.net/2020/03/20/v4185dLpOsUyljN.jpg" width="100" height="100 "/>
<img src="https://i.loli.net/2020/03/20/gISFQCwVY23NaRp.jpg" width="100" height="100 "/>
<img src="https://i.loli.net/2020/03/20/biwHsTZjI7oP5D6.jpg" width="100" height="100 "/>
<img src="https://i.loli.net/2020/03/20/W5nwmt8MiI3FVLZ.jpg" width="100" height="100 "/>
</div>
</header>
<section>
<div id="box1">
<div id="text0">源码分类</div>
<h2><a href="https://www.aspxhome.com/">ASP</a>(1)</h2>
<h2><a href="https://www.php.cn/">PHP</a>(0)</h2>
<h2><a href="https://www.runoob.com/jsp/jsp-tutorial.html">JSP</a>(1)</h2>
<div id="text0">访客</div>
<h2>暂无访客</h2>
<h4><a href="https://wx.qq.com/?&lang=zh_CN">登录</a>后您的头像会在这里。</h4>
</section>
</body>
</html>