Files
open-ww3-project-ww3-tw/templates/blog/class.html

25 lines
333 B
HTML

<html>
<head>
<title>分类页面 | ww3</title>
</head>
<body>
this is Class_Page
<br>
<div>
<b>这里是用来存放关于分类的页面</b>
<br>
<br>
<b>lfs</b>
<br>
<b>自建linux</b>
</div>
</body>
</html>
<style>
body {
background-color: lightblue;
color: black;
}
</style>