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.
Code bitte immer über die [Code][/Code] bzw. bei HTML-Code über [Code=HTML][/Code]-BB-Codes postenIch habe die Seite noch nicht im Internet:
<html>
<head>
<style>
div img {
max-width: 100%
height: auto;
}
</style>
</head>
<body>
<div>
<img src="/bilder/Bild21.JPG" alt="xyz" />
<p>Test</p>
<img src="/bilder/Bild21.JPG" alt="uvw" />
</div>
</body>
</html>