├── Content_Settings.js ├── Footer.js ├── Index.js ├── Main_Dashboard.js ├── Offer_Profile.py └── Terms_Contact.js /Content_Settings.js: -------------------------------------------------------------------------------- 1 | console.log('Random JS commit'); -------------------------------------------------------------------------------- /Footer.js: -------------------------------------------------------------------------------- 1 | console.log('Random JS commit'); -------------------------------------------------------------------------------- /Index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/holomj2/Offer/HEAD/Index.js -------------------------------------------------------------------------------- /Main_Dashboard.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/holomj2/Offer/HEAD/Main_Dashboard.js -------------------------------------------------------------------------------- /Offer_Profile.py: -------------------------------------------------------------------------------- 1 | # Sample Python commit 2 | x = 42 3 | print(x) -------------------------------------------------------------------------------- /Terms_Contact.js: -------------------------------------------------------------------------------- 1 | console.log('Random JS commit'); --------------------------------------------------------------------------------