UNPKG
@lit-component/message-box
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
A simple message-box web component
github.com/kingcc/message-box
kingcc/message-box
@lit-component/message-box
/
docs-src
/
_includes
/
footer.11ty.cjs
10 lines
(9 loc)
•
176 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module.exports = function (data) { return `
<
footer
>
<
p
>
Made with
<
a
href
=
"https://github.com/PolymerLabs/lit-starter-ts"
>
lit-starter-ts
</
a
>
</
p
>
</
footer
>
`; };