├── README.md ├── index.html └── navbar.html /README.md: -------------------------------------------------------------------------------- 1 | # open-source 2 | A test repo to learn Pull request 3 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Learn About open source 7 | 8 | 9 | Learn to make a pull request 10 |
Feature
11 | 12 | -------------------------------------------------------------------------------- /navbar.html: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------