Skip to content

Commit 8ee5046

Browse files
save file
1 parent fa9acc5 commit 8ee5046

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

utils/x509/encrypt/v2.0/encrypt-v2.0.html

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -205,14 +205,22 @@
205205
<body>
206206

207207

208-
<x509-hdr component=grp>
209-
<h1 class=visually-hidden>
210-
encrypt or decrypt a file or text
211-
</h1>
212-
<img class=title src='images/encrypt-decrypt.png' style='top:-5px;height:90px'>
208+
<x509-hdr v2.0 component=grp>
209+
210+
<a href='../generate-key-pair/generate-key-pair.html' slot=slot-1 class=item target=_blank>
211+
Generate Keys
212+
</a>
213+
214+
<img slot=title class=title src='images/encrypt-decrypt.png' style='top:-5px;height:90px' alt=encrypt-decrypt>
215+
213216
<time slot=date datetime=2026-04-17>
214217
17 Apr 2026
215218
</time>
219+
220+
221+
<h1 class=visually-hidden>
222+
encrypt or decrypt a file or text
223+
</h1>
216224
</x509-hdr>
217225

218226
<!--
@@ -324,7 +332,6 @@ <h3>encrypt</h3>
324332
hdr.initdom();
325333

326334

327-
328335
ui.password.root = $(root,'#password-root');
329336
ui.password.chk = $(root,'#password-chk');
330337
ui.password.chk.onchange = set.password;

0 commit comments

Comments
 (0)