├── About.js ├── Feature.html ├── Gallery_Feature.js ├── README.md ├── Settings_Dashboard.py └── Tutorial_Privacy.py /About.js: -------------------------------------------------------------------------------- 1 | console.log('Random JS commit'); -------------------------------------------------------------------------------- /Feature.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JLow15/repo-7nuqr14z/HEAD/Feature.html -------------------------------------------------------------------------------- /Gallery_Feature.js: -------------------------------------------------------------------------------- 1 | console.log('Random JS commit'); -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Welcome to my repository! -------------------------------------------------------------------------------- /Settings_Dashboard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JLow15/repo-7nuqr14z/HEAD/Settings_Dashboard.py -------------------------------------------------------------------------------- /Tutorial_Privacy.py: -------------------------------------------------------------------------------- 1 | # Sample Python commit 2 | x = 42 3 | print(x) --------------------------------------------------------------------------------