Skip to content

Commit f42c86e

Browse files
save file
1 parent c041d94 commit f42c86e

File tree

1 file changed

+41
-3
lines changed

1 file changed

+41
-3
lines changed

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

Lines changed: 41 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,10 @@
151151

152152
<blog-hdr v2.0 component=grp1>
153153
<h1 slot=title>
154-
simple browser rollup example
154+
Simple Browser Rollup Example
155155
</h1>
156-
<time slot=date datetime=2025-10-29>
157-
29 Oct 2025
156+
<time slot=date datetime=2026-01-26>
157+
26 Jan 2026
158158
</time>
159159
</blog-hdr>
160160

@@ -180,6 +180,44 @@ <h1 slot=title>
180180
</div>
181181

182182

183+
<div class=blog-text>
184+
185+
<p>
186+
Main website / documentation
187+
</p>
188+
<p>
189+
<a href='https://rollupjs.org' target='_blank'>
190+
https://rollupjs.org
191+
</a>
192+
</p>
193+
<p>
194+
This is the official site containing docs, guides, the REPL, and links to plugins.
195+
</p>
196+
<p>
197+
Source code / development
198+
</p>
199+
<p>
200+
<a href='https://github.com/rollup/rollup' target=_blank>
201+
https://github.com/rollup/rollup
202+
</a>
203+
</p>
204+
<p>
205+
The canonical GitHub repository for the project.
206+
</p>
207+
<p>
208+
NPM package
209+
</p>
210+
<p>
211+
<a href='https://www.npmjs.com/package/rollup' target=_blank>
212+
https://www.npmjs.com/package/rollup
213+
</a>
214+
</p>
215+
<p>
216+
The official distribution on npm.
217+
</p>
218+
219+
</div>
220+
183221
<snippet-html-console component id=rollup src='ex/webcontainer-rollup.html'></snippet-html-console>
184222

185223

0 commit comments

Comments
 (0)