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.
<html>
<head>
<style type="text/css">
.Transparent{
filter:Alpha(Opacity=50);
}
</style>
<body background="file:////C:\WINDOWS\WEB\Wallpaper\Water Color.jpg">
<table bgcolor="#0000ff" width=50% border=1 rules=none frame=box class="Transparent" style="font-family:'Verdana';color:'#ffffff'">
<tr><td>This is a test</td></tr>
<tr><td>This is a test</td></tr>
<tr><td>This is a test</td></tr>
<tr><td>This is a test</td></tr>
</table>
</body>
</html>