├── Home.php ├── back.jpg ├── config.php ├── icons.png ├── images.png ├── index.php ├── logicon.png ├── logout.php ├── new1.jpg ├── photo.jpg ├── profile.css ├── profile.jpg ├── profile.php ├── register.php ├── style.css ├── update.php └── validation.php /Home.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinothkumar14/Guvi/HEAD/Home.php -------------------------------------------------------------------------------- /back.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinothkumar14/Guvi/HEAD/back.jpg -------------------------------------------------------------------------------- /config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinothkumar14/Guvi/HEAD/config.php -------------------------------------------------------------------------------- /icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinothkumar14/Guvi/HEAD/icons.png -------------------------------------------------------------------------------- /images.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinothkumar14/Guvi/HEAD/images.png -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinothkumar14/Guvi/HEAD/index.php -------------------------------------------------------------------------------- /logicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinothkumar14/Guvi/HEAD/logicon.png -------------------------------------------------------------------------------- /logout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinothkumar14/Guvi/HEAD/logout.php -------------------------------------------------------------------------------- /new1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinothkumar14/Guvi/HEAD/new1.jpg -------------------------------------------------------------------------------- /photo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinothkumar14/Guvi/HEAD/photo.jpg -------------------------------------------------------------------------------- /profile.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinothkumar14/Guvi/HEAD/profile.css -------------------------------------------------------------------------------- /profile.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinothkumar14/Guvi/HEAD/profile.jpg -------------------------------------------------------------------------------- /profile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinothkumar14/Guvi/HEAD/profile.php -------------------------------------------------------------------------------- /register.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinothkumar14/Guvi/HEAD/register.php -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinothkumar14/Guvi/HEAD/style.css -------------------------------------------------------------------------------- /update.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinothkumar14/Guvi/HEAD/update.php -------------------------------------------------------------------------------- /validation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Vinothkumar14/Guvi/HEAD/validation.php --------------------------------------------------------------------------------