Skip to content

Commit 3ed234b

Browse files
committed
Add placeholder text (fixes #53)
1 parent bf8f17e commit 3ed234b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<div class="form-check">
4747
<input class="form-check-input" type="radio" name="type" id="type_pubkey" value="PubKey">
4848
<label class="form-check-label" for="type_pubkey">Raw SSH PublicKey:</label>
49-
<textarea class="reveal-if-active form-control" name="sshpublic" rows="1" cols="2000">ssh-rsa AAAA... user@enoflag</textarea>
49+
<textarea class="reveal-if-active form-control" name="sshpublic" rows="1" cols="2000" placeholder="ssh-rsa AAAA... user@enoflag"></textarea>
5050
</div>
5151
<div class="form-group">
5252
<label for="authkey">AUTHKEY:</label>

0 commit comments

Comments
 (0)