├── .github └── ISSUE_TEMPLATE │ ├── bug_report.md │ └── feature_request.md ├── LICENSE ├── README.md ├── index.html ├── style.css └── undraw_dev_productivity_umsq 1 .svg /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmKamal/under-construction-template/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmKamal/under-construction-template/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmKamal/under-construction-template/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmKamal/under-construction-template/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmKamal/under-construction-template/HEAD/index.html -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmKamal/under-construction-template/HEAD/style.css -------------------------------------------------------------------------------- /undraw_dev_productivity_umsq 1 .svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tmKamal/under-construction-template/HEAD/undraw_dev_productivity_umsq 1 .svg --------------------------------------------------------------------------------