Skip to content

Commit e1b3ea3

Browse files
save file
1 parent da1ee3f commit e1b3ea3

File tree

1 file changed

+22
-4
lines changed

1 file changed

+22
-4
lines changed

blog/25-08-31/simple-browser-rollup-example/simple-browser-rollup-example.html

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,15 @@
145145

146146
#rollup
147147
{margin-bottom:100px}
148+
149+
150+
a.link-stable
151+
{color:blue}
152+
.link-domain
153+
{font-size:12px}
154+
.link-txt
155+
{}
156+
148157
</style>
149158

150159

@@ -158,16 +167,25 @@
158167
<h1 class=title>
159168
simple browser rollup example
160169
</h1>
161-
<div slot=date>
162-
14 Oct 2025
163-
</div>
170+
<time slot=date datetime="2025-10-15">
171+
15 Oct 2025
172+
</time>
164173
</blog-hdr>
165174

166175

167176

168177
<div id=description>
169178

170-
demonstrates how to use rollup in a browser to rollup nodejs libraries for client side use
179+
demonstrates how to use
180+
<a href='https://rollupjs.org/'>
181+
<span class=link-domain>
182+
[ rollupjs.org ]
183+
</span>
184+
<span class=link-text>
185+
rollup
186+
</span>
187+
</a>
188+
in a browser to rollup nodejs libraries for client side use
171189

172190
</div>
173191

0 commit comments

Comments
 (0)