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.
%@ Page Language="VB" debug="False" %>
<%@ Register TagPrefix="uc0" TagName="Header" Src="Header.ascx" %>
<%@ Register TagPrefix="uc0" TagName="wwdmenu" Src="wwdmenu.ascx" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"[URL unfurl="true"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">[/URL]
<html xmlns="[URL unfurl="true"]http://www.w3.org/1999/xhtml">[/URL]
<head>
<style>
<!--
p {
font: 10pt times;
}
h5 {
font: 12pt times;
text-decoration: underline;
}
-->
</style>
</head>
<body bgcolor="#aead99">
<table cellspacing="0" cellpadding="0" border="0" bgcolor="#aead99">
<tr><td><uc0:Header id="UserControl1" runat="server"></uc0:Header></td></tr>
</table>
<table cellspacing="0" cellpadding="0" border="0" bgcolor="#aead99">
<tr>
<td width="100" valign="top"><uc0:wwdmenu id="UserControl2" runat="server"></uc0:wwdmenu></td>
<td width="650" valign="top">
<table width="650" cellspacing="0" cellpadding="0" border="0" bgcolor="#aead99">
<tr>
<td><asp:Image id="homepic" ImageUrl="homepic.gif" runat="server"></asp:Image></td>
</tr>
</table>
<table width="650" cellspacing="0" cellpadding="0" border="1" height="500" bordercolor="gray" bgcolor="#ffffff">
<tr>
<td valign="top"><p>Hello world</p></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>