UNPKG
librecast-live
Version:
latest (0.0.0)
0.0.0
Live Streaming Video Platform with IPv6 Multicast
librecast-live
/
src
/
components
/
footbox.js
9 lines
(8 loc)
•
195 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
class FootBox extends Component { nodeName = 'FOOTBOX'; get template() { return `
<
div
class
=
"footbox"
>
<
p
class
=
"invisible"
>
</
p
>
<!-- clear footer in text browsers -->
</
div
>
`; } }