UNPKG
lc-bun-plugin
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
Some bun bundler plugins.
github.com/lazycoffee/lc-bun-plugin
lazycoffee/lc-bun-plugin
lc-bun-plugin
/
playground
/
source
/
template.html
13 lines
(12 loc)
•
313 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"UTF-8"
/>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1.0"
/>
<
title
>
Playground
</
title
>
</
head
>
<
body
>
<
h1
>
Hello world!
</
h1
>
<
p
>
This is a test page.
</
p
>
</
body
>
</
html
>