File tree Expand file tree Collapse file tree 1 file changed +23
-15
lines changed
utils/x509/generate-key-pair Expand file tree Collapse file tree 1 file changed +23
-15
lines changed Original file line number Diff line number Diff line change 22
33< html >
44
5- < head >
5+ < head >
66
7- < title > generate key pair</ title >
8-
9- < base href ='https://javascript-2020.github.io/utils/x509/generate-keypair/generate-keypair.html '>
10- < link rel ='shortcut icon ' type ='image/x-icon ' href ='images/favicon.ico '>
7+ < title > generate key pair</ title >
8+
9+ < base href ='https://ext-code.com/utils/x509/generate-keypair/ '>
10+ < base href ='https://javascript-2020.github.io/utils/x509/generate-keypair/ '>
11+
12+ < link rel ='shortcut icon ' type ='image/x-icon ' href ='images/favicon.ico '>
1113
12- < style >
14+
15+ < script init >
16+
17+ </ script init>
18+
19+
20+ < style >
1321
1422 html
1523 {height : 100% }
5159 pre
5260 {border : 1px solid lightgray;padding : 10px ;font-family : monospace}
5361
54- </ style >
62+ </ style >
5563
5664
57- </ head >
65+ </ head >
5866
5967
60- < body >
68+ < body >
6169
6270
6371 < div class =hdr >
109117 </ div >
110118
111119
112-
113- < script >
120+ </ body >
121+
122+
123+ < script >
114124 console . clear ( ) ;
115- console . log ( 'generate-key-pair' ) ;
125+ console . log ( 'generate-key-pair.html ' ) ;
116126 console . log ( ) ;
117127 console . json = v => console . log ( JSON . stringify ( v , null , 4 ) ) ;
118128
321331
322332
323333
324- </ script >
334+ </ script >
325335
326336
327- </ body >
328-
329337</ html >
330338
331339
You can’t perform that action at this time.
0 commit comments