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>
<body>
<h1>Das ist eine Nummer:</h1>
<p style="font-size: 1000px;">99</p>
</body>
</html>

<!DOCTYPE html>
<html>
<body>
<div id="ausgabe" style="font-size: 1000px;"> </div>
<div>
<input id="eingabe" />
<button id="aktualisieren">Aktualisieren</button>
</div>
<script>
document.getElementById("aktualisieren").addEventListener("click", function(e) {
const ausgabe = document.getElementById("ausgabe");
const eingabe = document.getElementById("eingabe");
ausgabe.innerText = eingabe.value;
});
</script>
</body>
</html>
Dann kannst du ja ein beliebiges Dokument anzeigen, z.B. eine Word-Datei.Per VGA Kabel.