新增paint页面,暂时放弃api来fetch数据构建页面,预计可能还有大量问题,暂时打算先整理所有的文件
This commit is contained in:
24
templates/blog/class.html
Normal file
24
templates/blog/class.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user