Html themes of filesite.io.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
319 B

2 years ago
# Themes
Html themes of filesite.io.
不同的皮肤以目录的形式存放,
每个皮肤目录下包含它所用到的:
* html
* js
* css
* img
同一个皮肤的不同页面,以不同的html文件存放,
目录和文件结构示例:
```
jialuoma/
|_ index.html
|_ view.html
|_ js/
|_ css/
|_ img/
```
2 years ago