Skip to content

Commit 6983cf8

Browse files
save file
1 parent f357aba commit 6983cf8

File tree

1 file changed

+23
-15
lines changed

1 file changed

+23
-15
lines changed

utils/x509/generate-key-pair/generate-key-pair.html

Lines changed: 23 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,22 @@
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%}
@@ -51,13 +59,13 @@
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>
@@ -109,10 +117,12 @@
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

@@ -321,11 +331,9 @@
321331

322332

323333

324-
</script>
334+
</script>
325335

326336

327-
</body>
328-
329337
</html>
330338

331339

0 commit comments

Comments
 (0)