Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
document.addEventListener("DOMContentLoaded", function(event) {
alert(" Hello \n How are you? \n Want to win something? \n Click OK to dismiss");
});
Paste this code between <script></script> tags at the end of <body> tag in your page:
and change content between alert("");HTML:document.addEventListener("DOMContentLoaded", function(event) { alert(" Hello \n How are you? \n Wanto to win something? \n Click here to dismiss"); });
\n will make text after it to go into new line.
Hope that helps