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.
<table>
<tr>
<td>Column 1</td>
<td>Column 2</td>
</tr>
<tr>
<td><%= request.getParameter("column1") %></td>
<td><%= request.getParameter("column2") %></td>
</tr>
</table>