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>New</title>
</head>
<body>
<p>
<button>eins</button><!-- Hier steht jede Menge Whitespace zwischen den Elementen -->
<button>zwei</button>
<button>drei</button>
</p>
<p>
<button>vier</button><button>fünf</button><button>sechs</button>
</p>
</body>
</html>