Skip to content

Commit 6039d32

Browse files
save file
1 parent 11a937a commit 6039d32

File tree

1 file changed

+30
-3
lines changed

1 file changed

+30
-3
lines changed

links/links-index.html

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,25 @@
2323

2424

2525
<style>
26-
26+
27+
html
28+
{font-family:arial}
29+
30+
31+
.title
32+
{text-align:center}
33+
34+
35+
.link-anchor
36+
{display:flex;gap:20px;}
37+
38+
39+
.no-underline
40+
{text-decoration:none;color:black}
41+
42+
43+
44+
2745
</style>
2846

2947

@@ -33,11 +51,20 @@
3351
<body>
3452

3553

36-
<a href='https://www.skypack.dev/'>
54+
<h3 class=title>
55+
links
56+
</h3>
57+
58+
59+
<a href='https://www.skypack.dev/' class='link-anchor no-underline'>
3760

61+
<time datetime=2025-12-08>
62+
08 Dec 2025
63+
</time>
64+
3865
<img src=''>
3966

40-
<div class=link-href>
67+
<div class=link-href style='text-decoration:underline'>
4168
https://www.skypack.dev/
4269
</div>
4370

0 commit comments

Comments
 (0)