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.
<html>
<title>This is HTML</title>
<head>
</head>
<body>
<H1>This is HTML</H1><br>
<H1><%=Response.Write "This is ASP"%></H1>
</body>
</html>