├── README.md ├── assets └── profile.png ├── index.html ├── screenshot.png ├── script.js └── style.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsmrProg-YT/File-Sharing-Platform-UI/HEAD/README.md -------------------------------------------------------------------------------- /assets/profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsmrProg-YT/File-Sharing-Platform-UI/HEAD/assets/profile.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsmrProg-YT/File-Sharing-Platform-UI/HEAD/index.html -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsmrProg-YT/File-Sharing-Platform-UI/HEAD/screenshot.png -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsmrProg-YT/File-Sharing-Platform-UI/HEAD/script.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AsmrProg-YT/File-Sharing-Platform-UI/HEAD/style.css --------------------------------------------------------------------------------