DIRECTORATE MEDICAL & HEALTH SERVICE
Shri Vinoba Bhave Institute of Allied Health Sciences
<!DOCTYPE html> <html> <head> <style> .blink { animation: blinker 1s linear infinite; } @keyframes blinker { 50% { opacity: 0; } } </style> </head> <body> <a class="blink" style="font-size:13px;color:red" href="/Images/Allied_Prospectus_2023_Final.pdf" target="_blank">Click Here to Get Basic Allied Prospectus 2023-2024 </a> </body> </html>
Back