├── About.html ├── Event_Resource.js ├── Offer.html ├── Profile_Style.py ├── README.md ├── Result.html ├── Service.html └── Tutorial_Offer.js /About.html: -------------------------------------------------------------------------------- 1 |
This is a commit.
-------------------------------------------------------------------------------- /Profile_Style.py: -------------------------------------------------------------------------------- 1 | # Sample Python commit 2 | x = 42 3 | print(x) -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Welcome to my repository! -------------------------------------------------------------------------------- /Result.html: -------------------------------------------------------------------------------- 1 |This is a commit.
-------------------------------------------------------------------------------- /Service.html: -------------------------------------------------------------------------------- 1 |