UNPKG
librecast-live
Version:
latest (0.0.0)
0.0.0
Live Streaming Video Platform with IPv6 Multicast
librecast-live
/
src
/
components
/
app.js
15 lines
(14 loc)
•
220 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
class
App
extends
Component
{ nodeName =
'APP'
;
constructor
() {
super
(); }
get
template() {
return
`<div
class
=
"outerspace"
> <header></header> <middle></middle> <footbox></footbox> </div> ` } }