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.
<style type="text/css">
a.navigation:link, a.navigation:visited {
display: block;
width: 100%;
background: #333333;
text-decoration: none;
}
a.navigation:hover {
background: #777777;
}
</style>
<table style="width: 150px;">
<tr>
<td><a class="navigation" href="uri1.html">Link 1</a></td>
</tr>
<tr>
<td><a class="navigation" href="uri2.html">Link 2</a></td>
</tr>
<tr>
<td><a class="navigation" href="uri3.html">Link 3</a></td>
</tr>
</table>