├── 404.php ├── LICENSE ├── README.md ├── archive.php ├── category.php ├── comments.php ├── footer.php ├── functions.php ├── header.php ├── img ├── category │ └── default.jpg ├── default.jpg ├── head.jpg └── logo.png ├── index.php ├── page-category.php ├── page.php ├── post.php ├── screenshot.jpg ├── search.php ├── sidebar.php └── static └── css ├── 6f72dd000aeeeb67887b210058793f0638c0c5a55e20360887e4b1301620f4c-webfont.woff2 └── style.css /404.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jozhn/Bigfa/HEAD/404.php -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jozhn/Bigfa/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jozhn/Bigfa/HEAD/README.md -------------------------------------------------------------------------------- /archive.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jozhn/Bigfa/HEAD/archive.php -------------------------------------------------------------------------------- /category.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jozhn/Bigfa/HEAD/category.php -------------------------------------------------------------------------------- /comments.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jozhn/Bigfa/HEAD/comments.php -------------------------------------------------------------------------------- /footer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jozhn/Bigfa/HEAD/footer.php -------------------------------------------------------------------------------- /functions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jozhn/Bigfa/HEAD/functions.php -------------------------------------------------------------------------------- /header.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jozhn/Bigfa/HEAD/header.php -------------------------------------------------------------------------------- /img/category/default.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jozhn/Bigfa/HEAD/img/category/default.jpg -------------------------------------------------------------------------------- /img/default.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jozhn/Bigfa/HEAD/img/default.jpg -------------------------------------------------------------------------------- /img/head.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jozhn/Bigfa/HEAD/img/head.jpg -------------------------------------------------------------------------------- /img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jozhn/Bigfa/HEAD/img/logo.png -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jozhn/Bigfa/HEAD/index.php -------------------------------------------------------------------------------- /page-category.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jozhn/Bigfa/HEAD/page-category.php -------------------------------------------------------------------------------- /page.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jozhn/Bigfa/HEAD/page.php -------------------------------------------------------------------------------- /post.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jozhn/Bigfa/HEAD/post.php -------------------------------------------------------------------------------- /screenshot.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jozhn/Bigfa/HEAD/screenshot.jpg -------------------------------------------------------------------------------- /search.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jozhn/Bigfa/HEAD/search.php -------------------------------------------------------------------------------- /sidebar.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jozhn/Bigfa/HEAD/sidebar.php -------------------------------------------------------------------------------- /static/css/6f72dd000aeeeb67887b210058793f0638c0c5a55e20360887e4b1301620f4c-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jozhn/Bigfa/HEAD/static/css/6f72dd000aeeeb67887b210058793f0638c0c5a55e20360887e4b1301620f4c-webfont.woff2 -------------------------------------------------------------------------------- /static/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jozhn/Bigfa/HEAD/static/css/style.css --------------------------------------------------------------------------------