Aktionen

Testbereich: Unterschied zwischen den Versionen

Aus znilwiki

KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
Zeile 4: Zeile 4:
   <title>Passwortgenerator</title>
   <title>Passwortgenerator</title>
   <style>
   <style>
    body {
      font-family: "Consolas", monospace;
      padding: 20px;
    }
     label, input, select, textarea, button {
     label, input, select, textarea, button {
       font-family: "Consolas", monospace;
       font-family: "Consolas", monospace;
Zeile 18: Zeile 14:
</head>
</head>
<body>
<body>
  <h1>Passwortgenerator</h1>
<p style="font-family: "Consolas", monospace; padding: 20px; margin: 20px">
 
   <div class="form-field">
   <div class="form-field">
     <label for="length">Passwortlänge........:</label>
     <label for="length">Passwortlänge........:</label>
Zeile 138: Zeile 133:
     });
     });
   </script>
   </script>
</p>
</body>
</body>
</html>
</html>

Version vom 22. Februar 2025, 14:37 Uhr

Passwortgenerator