Skip to content

Commit 12b8994

Browse files
save file
1 parent b4b0423 commit 12b8994

File tree

1 file changed

+60
-30
lines changed

1 file changed

+60
-30
lines changed

links/links-index.html

Lines changed: 60 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -20,32 +20,43 @@
2020

2121
<meta name=viewport content='width=device-width, initial-scale=1'>
2222
<link rel='shortcut icon' href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAA8FBMVEVHcEwIFlZdZoMbJFUyO2iaoKcaLHALGloZK24NG1sEXqg0PG0KF1YXVZVtkq8MG1ojMWwsOXApN3IVJmctN2kJYKgKVpwYZ6cRSZAgU5MYLHQSQYo4W5ItSX8VKXFQV3kNG1sEU50RWp0QYaUYbrEdb68rdKoYSY5TdqIkQ4caNIEiL2QbM38tSYkLG14TJGcTJGYWXZ4DSZQaLG0UbbJLgq8ERI8bLG4kWpEkNXYgNXsPQYsaM4EWNoUYMH4XLXoRO4kKP4wVK3YUKHICQ5AZMoEATJgASJQAUJsAVKAGFVgAWKQAXKgZM4EBYa0RO4i+jlGiAAAAPXRSTlMAyQMLCAGdwK+09yDhUgXVVCo3pw7Eylq5NeTPFRruBMjui3l6ShKPDUXqSdkk9M6tb+xxihL4eBBnxOfy3dsh9QAAAQdJREFUKM+t0ld3gjAYgOHUEq1R9p7iFlft3rXLbuj//zctfOmAEq98Lsgh7zkh5AShzRj0e4e9/qA8CqZOkiQhuimU1S55B6R7NPqXTfL2jRh6x8a56hkvOe29XOefC9r839x5LLJ+d3jKG09F+0Peh2pbxw9l3OwDM/eW4SJCCA9vWD6sEfLcK6axjWbTVSZeUXEMz6/hMkL+9JpprCChumQ69xCKnDuGQEr/THLuSzlncPDyibpDBYFapQ7kn2PFLWqxq625UFhdkzGnLcSGVilOw8JYrofzuRhOWhyAKqt1EL5mxBo1ybJS2wIi5CZ9DSVYextwithMSRydKGyi4jdSHNqUT83fZNQHC9TAAAAAAElFTkSuQmCC'>
23-
24-
23+
24+
2525
<style>
26-
26+
27+
2728
html
28-
{font-family:arial}
29+
{height:100%;font-family:arial}
30+
31+
32+
body
33+
{/*height:calc(100% - 40px);*/display:flex;flex-direction:column;gap:20px;align-items:center;margin:20px;padding-bottom:200px}
34+
35+
36+
body>*
37+
{max-width:1800px;width:100%;padding:0 20px;}
38+
39+
2940

30-
3141
.title
3242
{text-align:center;color:blue;margin-bottom:50px}
33-
34-
43+
44+
3545
.list
3646
{display:flex;flex-direction:column;gap:10px}
3747

3848
.link-anchor
3949
{display:flex;gap:20px;}
40-
50+
4151
.link-href
42-
{width:200px}
43-
44-
.no-underline
52+
{width:300px}
53+
54+
.no-underline
4555
{text-decoration:none;color:black}
46-
47-
48-
56+
57+
time
58+
{white-space:nowrap}
59+
4960

5061
</style>
5162

@@ -55,7 +66,7 @@
5566

5667
<body>
5768

58-
69+
5970
<div>
6071
<a href='/'>
6172
home
@@ -65,11 +76,30 @@ <h3 class=title>
6576
links
6677
</h3>
6778
</div>
68-
69-
79+
80+
7081
<div class=list>
71-
72-
82+
83+
84+
<a href='https://popovicu.com/' target=_blank class='link-anchor no-underline'>
85+
86+
<time datetime=2026-01-07>
87+
07 Jan 2026
88+
</time>
89+
90+
<img src=''>
91+
92+
<div class=link-href style='text-decoration:underline'>
93+
https://popovicu.com/
94+
</div>
95+
96+
<div class=link-description>
97+
Uros Popovic : Welcome to my personal blog!
98+
</div>
99+
100+
</a>
101+
102+
73103
<a href='https://beej.us/guide/bgnet/' target=_blank class='link-anchor no-underline'>
74104

75105
<time datetime=2025-12-12>
@@ -88,8 +118,8 @@ <h3 class=title>
88118
</div>
89119

90120
</a>
91-
92-
121+
122+
93123
<a href='https://zoo.js.org/' target=_blank class='link-anchor no-underline'>
94124

95125
<time datetime=2025-12-08>
@@ -107,9 +137,9 @@ <h3 class=title>
107137
</div>
108138

109139
</a>
110-
111-
112-
140+
141+
142+
113143

114144
<a href='https://www.skypack.dev/' target=_blank class='link-anchor no-underline'>
115145

@@ -124,17 +154,17 @@ <h3 class=title>
124154
</div>
125155

126156
<div class=link-description>
127-
Skypack operates like your favorite CDN but with an important difference: packages are preoptimized for browser use.
157+
Skypack operates like your favorite CDN but with an important difference: packages are preoptimized for browser use.
128158
</div>
129159

130160
</a>
131161

132162
</div>
133-
134-
135-
136-
137-
163+
164+
165+
166+
167+
138168

139169
</body>
140170

0 commit comments

Comments
 (0)