No post found!
$(function(){
alert('Blog post coming soon...');
});
or
public string GetMessage()
{
string msg = "Very soon...";
return msg;
}
Advertisement
No post found!
$(function(){
alert('Blog post coming soon...');
});
or
public string GetMessage()
{
string msg = "Very soon...";
return msg;
}