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.
<head>
.... stuff you normally put in the head of an HTML doc ...
<style type="text/css">
a {
color:red;
text-decoration:none;
}
</style>
</head>
<body>
... stuff you put in the body of an html doc ...
</body>