├── README.md ├── container.png ├── index (1).html ├── readme.md ├── result.png ├── script.js └── style (1).css /README.md: -------------------------------------------------------------------------------- 1 | # Age-calculator -------------------------------------------------------------------------------- /container.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sowndhar2004/Age-calculator/HEAD/container.png -------------------------------------------------------------------------------- /index (1).html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sowndhar2004/Age-calculator/HEAD/index (1).html -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sowndhar2004/Age-calculator/HEAD/readme.md -------------------------------------------------------------------------------- /result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sowndhar2004/Age-calculator/HEAD/result.png -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sowndhar2004/Age-calculator/HEAD/script.js -------------------------------------------------------------------------------- /style (1).css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sowndhar2004/Age-calculator/HEAD/style (1).css --------------------------------------------------------------------------------