| Current Path : /var/www/html/mmishra/profile1/kanandg/public_html/ |
| Current File : /var/www/html/mmishra/profile1/kanandg/public_html/contact.html |
<html>
<head>
<title>Contact</title>
</head>
<body background="images\mobile1.jpg" onLoad="fla();">
<div style="text-align:justify">
<font face="comic sans ms" size="6" color="teal">
You are always invited to contact me 24*7 for any sorts of help or information regarding me. Simply mail me on any of the following Email addresses<br>
</font>
<font face="times new roman" size="6" color="magenta">
<ul>
<li>kanandg@hotmail.com<br>
<li>kanand_1030@yahoo.com<br>
<li>kanandg@gmail.com<br>
<li>kanandg@rediffmail.com<br>
<li>kanandg@ug.iiita.ac.in<br>
</ul>
</font>
<font face="comic sans ms" size="6" color="teal">
In case of an emergency help, you can contact me on my cell no.
</font>
<font face="times new roman" size="6" color="magenta">
9415551155
</font>
</div>
</body>
</html>
<script language="javascript">
c=1;
var a="Contact Me";
function fla(){
if(c==1){
window.status=a;
c=0;
}
else{
window.status=" ";
c=1;
}
setTimeout("fla();",700);
}
</script>