rebuilding site Fri Nov 13 05:30:50 PM CST 2020

This commit is contained in:
James Feng Cao 2020-11-13 17:30:50 +08:00
parent 89dd5594ee
commit 45b954d1a5
74 changed files with 450 additions and 414 deletions

1
uwebzh/index.html Normal file
View file

@ -0,0 +1 @@
<meta http-equiv="refresh" content="0; url=/">

34
uwebzh/style.css Normal file
View file

@ -0,0 +1,34 @@
h1{font-size:100%;}
header.header{
position: fixed;
z-index: 2;
top:0;
}
header.header>a.logo {
color:inherit;
text-decoration:inherit;
font-size:16px;
}
ul.posts{
list-style-type:none
}
ul.posts>li.post {
line-height:2;
}
ul.posts>li.post>a{
color:inherit;
text-decoration:inherit;
}
ul.tags{
list-style-type:none
}
ul.tags>li{
display:inline;
}

1
uwebzh/tags/index.html Normal file
View file

@ -0,0 +1 @@
<meta http-equiv="refresh" content="0; url=/tags/">