We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a937a commit 6039d32Copy full SHA for 6039d32
links/links-index.html
@@ -23,7 +23,25 @@
23
24
25
<style>
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
45
</style>
46
47
@@ -33,11 +51,20 @@
51
<body>
52
53
- <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'>
60
61
+ <time datetime=2025-12-08>
62
+ 08 Dec 2025
63
+ </time>
64
65
<img src=''>
66
- <div class=link-href>
67
+ <div class=link-href style='text-decoration:underline'>
68
https://www.skypack.dev/
69
</div>
70
0 commit comments