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.
<%@ Language=VBScript %>
<% Response.ContentType = "application/msword" %>
<HTML>
<HEAD>
</HEAD>
<BODY>
<table border=1>
<tr>
<th>Column 1</th>
<th>Column 2</th>
</tr>
<tr>
<td>Value1</td>
<td>Value2</td>
</tr>
<tr>
<td>Value1</td>
<td>Value2</td>
</tr>
<tr>
<td>Value1</td>
<td>Value2</td>
</tr>
</table>
</BODY>
</HTML>