Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"[URL unfurl="true"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">[/URL]
<html xmlns="[URL unfurl="true"]http://www.w3.org/1999/xhtml"[/URL] xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta>
<title>JavaScript Sample</title>
</head>
<body onLoad="var TemporalLocation=new Date();URHereForm.CurrentDateValue.value=TemporalLocation.toUTCString();">
<h2>Title</h2>
<p>An entire paragraph of content!</p>
<p>An entire paragraph of content!</p>
<p>An entire paragraph of content!</p>
<form name="URHereForm">
<h6>You're viewing this web page on <input type="text" id="CurrentDateValue" size="50" disabled="disabled" onfocus="URHereForm.CurrentDateValue.blur();return false;"></input>.</h6>
<input type="button" value="Update" onClick="var TemporalLocation=new Date();URHereForm.CurrentDateValue.value=TemporalLocation.toUTCString();return true;"></input>
</form>
</body>
</html>