├── Deal_Gallery_News.html ├── Event_Article.html ├── Guide_About_Settings.js ├── Header.py ├── Main_Home_Plan.py ├── Privacy_Deal.py ├── Resource_Service.js └── Result_Offer_Service.py /Deal_Gallery_News.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dambopw/Offer_About_Feature/HEAD/Deal_Gallery_News.html -------------------------------------------------------------------------------- /Event_Article.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dambopw/Offer_About_Feature/HEAD/Event_Article.html -------------------------------------------------------------------------------- /Guide_About_Settings.js: -------------------------------------------------------------------------------- 1 | console.log('Random JS commit'); -------------------------------------------------------------------------------- /Header.py: -------------------------------------------------------------------------------- 1 | # Sample Python commit 2 | x = 42 3 | print(x) -------------------------------------------------------------------------------- /Main_Home_Plan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dambopw/Offer_About_Feature/HEAD/Main_Home_Plan.py -------------------------------------------------------------------------------- /Privacy_Deal.py: -------------------------------------------------------------------------------- 1 | # Sample Python commit 2 | x = 42 3 | print(x) -------------------------------------------------------------------------------- /Resource_Service.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dambopw/Offer_About_Feature/HEAD/Resource_Service.js -------------------------------------------------------------------------------- /Result_Offer_Service.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dambopw/Offer_About_Feature/HEAD/Result_Offer_Service.py --------------------------------------------------------------------------------