├── screenshot.png ├── style.css ├── README.md ├── footer.php ├── single.php ├── index.php └── header.php /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttop5/nothing/HEAD/screenshot.png -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- 1 | /* 2 | Theme Name: nothing 3 | Theme URI: http://wp-theme.ttop5.net 4 | Description: It's a theme create by ttop5 5 | Version: 1.0 6 | Author: ttop5 7 | Author URI: ttop5 8 | Tags: 简洁,快速,最原始的追求 9 | */ 10 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Nothing 2 | 3 | 简单、快速,最原始的追求;配合w3m将会有另一番极致的体验哦! 4 | 5 |  6 |  7 | -------------------------------------------------------------------------------- /footer.php: -------------------------------------------------------------------------------- 1 | 2 |
3 | 4 | 5 |