Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Demo</title>
<style type="text/css">
div {
float: left;
width: 200px;
margin: 10px;
height: 400px;
padding: 5px;
border: 1px solid black;
}
</style>
</head>
<body>
<div>A</div>
<div>B</div>
<div>C</div>
</body>
</html>