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>
<script Language="JavaScript">
<!--
//-->
</script>
<style>
body {
font-family: Verdana;
font-weight: bold;
}
</style>
</head>
<body>
Hello
</body>
</html>
<html>
<head>
<script Language="JavaScript">
<!--
//-->
</script>
<style>
body {
font-family: Verdana;
font-weight: bold;
}
body {
font-family: Times;
}
</style>
</head>
<body>
Hello
</body>
</html>
<html>
<head>
<script Language="JavaScript">
<!--
//-->
</script>
<style>
body {
font-family: Verdana;
font-weight: bold;
}
body {
font-family: Times;
}
</style>
</head>
<body>
<font face="Arial">Hello</font>
</body>
</html>