├── Contact Details.html ├── Hobbies.html ├── Images └── personal.PNG ├── README.md ├── index.html └── personal.PNG /Contact Details.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NimeshJohari02/HTMLtry/HEAD/Contact Details.html -------------------------------------------------------------------------------- /Hobbies.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NimeshJohari02/HTMLtry/HEAD/Hobbies.html -------------------------------------------------------------------------------- /Images/personal.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NimeshJohari02/HTMLtry/HEAD/Images/personal.PNG -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # HTMLtry 2 | My First WebPage 3 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NimeshJohari02/HTMLtry/HEAD/index.html -------------------------------------------------------------------------------- /personal.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NimeshJohari02/HTMLtry/HEAD/personal.PNG --------------------------------------------------------------------------------