Skip to content

Commit dcdd0c2

Browse files
save file
1 parent 04241eb commit dcdd0c2

File tree

1 file changed

+39
-3
lines changed

1 file changed

+39
-3
lines changed

utils/browser-extensions/browser-extensions.html

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,53 @@
55

66
<head>
77

8-
<title>simple native message</title>
8+
<title>browser extensions</title>
99

10+
<style>
11+
html
12+
{font-family:arial}
13+
14+
#hdr
15+
{display:flex;justify-content:space-between}
16+
17+
.item
18+
{display:flex;gap:30px}
19+
20+
.item a
21+
{width:200px;text-align:right}
22+
23+
</style>
1024
</head>
1125

1226

1327
<body>
1428

15-
<h3>simple native message</h3>
29+
<div id=hdr>
30+
<div>
31+
<a href='https://ext-code.com/'>
32+
home
33+
</a>
34+
</div>
35+
36+
<h3>browser extensions</h3>
37+
38+
<div>
39+
17 Dec 2025
40+
</div>
41+
</div>
42+
43+
44+
<div class=item>
45+
<a href='cors/cors.html'>
46+
cors
47+
</a>
48+
<div>
49+
add cors headers to requests
50+
</div>
51+
</div>
52+
1653

1754

18-
1955
</body>
2056

2157

0 commit comments

Comments
 (0)