├── l.php ├── s.php ├── some.php ├── index.html ├── style.css ├── README.md └── d.html /l.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /s.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /some.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # first 2 | -------------------------------------------------------------------------------- /d.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Document 6 | 7 | 8 | 9 |

this is personal1

10 | 11 | 12 | 13 | --------------------------------------------------------------------------------