kopia lustrzana https://github.com/robinmoisson/staticrypt
Add attributes to input
rodzic
97f5f5f28f
commit
eb911f4d92
|
|
@ -122,7 +122,9 @@
|
|||
<input id="staticrypt-password"
|
||||
type="password"
|
||||
name="password"
|
||||
placeholder="passphrase"/>
|
||||
placeholder="passphrase"
|
||||
required
|
||||
autofocus/>
|
||||
|
||||
<input type="submit" class="staticrypt-decrypt-button" value="DECRYPT"/>
|
||||
</form>
|
||||
|
|
@ -160,4 +162,4 @@
|
|||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue