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>
<body>
<applet code ="Whatever.class" archive="Whatever.jar" width=200 height=200>
</applet>
</body>
</html>
<html>
<body>
<!--&quot;CONVERTED_APPLET&quot;-->
<!-- CONVERTER VERSION 1.3 -->
<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
WIDTH = 200 HEIGHT = 200 codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0">
<PARAM NAME = CODE VALUE = "Whatever.class" >
<PARAM NAME = ARCHIVE VALUE = "Whatever.jar" >
<PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">
<PARAM NAME="scriptable" VALUE="false">
<COMMENT>
<EMBED type="application/x-java-applet;version=1.3" CODE = "Whatever.class" ARCHIVE = "Whatever.jar" WIDTH = 200 HEIGHT = 200 scriptable=false pluginspage="http://java.sun.com/products/plugin/1.3/plugin-install.html"><NOEMBED></COMMENT>
</NOEMBED></EMBED>
</OBJECT>
<!--
<APPLET CODE = &quot;Whatever.class&quot; ARCHIVE = &quot;Whatever.jar&quot; WIDTH = 200 HEIGHT = 200>
</APPLET>
-->
<!--&quot;END_CONVERTED_APPLET&quot;-->
</body>
</html>