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>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Is This a Button?</title>
<style type="text/css">
.submit {
border: 0;
color: blue;
background-color: white;
text-decoration: underline;
}
</style>
</head>
<body>
<form>
<input class="submit" type="submit" value="Click Me" />
</form>
</body>
</html>