UNPKG
librecast-live
Version:
latest (0.0.0)
0.0.0
Live Streaming Video Platform with IPv6 Multicast
librecast-live
/
src
/
components
/
logobox.js
12 lines
(11 loc)
•
232 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
class
LogoBox
extends
Component
{ nodeName =
'LOGOBOX'
;
constructor
() {
super
(); }
get
template() {
return
`<div
class
=
"logobox"
> <img
class
=
"logo"
src=
"/media/live.svg"
height=
"100"
width=
"100"
alt=
""
/> </div>`; } }