This commit is contained in:
Your Name 2021-01-18 20:27:06 +01:00
parent a4e5dca0d3
commit 2887dcc45a
5 changed files with 42 additions and 22 deletions

View file

@ -62,7 +62,7 @@
</article>
</main>
<aside>
<div>Aktuell darf nur alle <strong>3</strong> Minuten ein Text ausgedruckt werden.</div>
<div>Aktuell darf nur alle <strong><?php echo PAUSEZEIT_MS /1000 ?></strong> Sekunden ein Text ausgedruckt werden.</div>
<div>Es sind nur <?php echo TEXT_MAXLINE ?> Zeichen pro Zeile Platz (Schreibmaschinenbreite) - es
gibt aber einen automatischen Umbruch.</div>
<div><p>Der Zeichensatz ist auf das limitiert, was die Maschine kann.
@ -86,4 +86,4 @@
</body>
</html>
</html>