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.
"[URL unfurl="true"]http://localhost/..."[/URL]
"file://..."
<%@Language="vbscript" %>
<%@Language="vbscript" %>
<html>
<head>
<title>New Page 1</title>
</head>
<body>
<%
Response.Write("Hello World!")
%>
</body>
</html>