mirror of https://github.com/calzoneman/sync.git
synctube.org index
This commit is contained in:
parent
f28cde5c71
commit
15f1252bfa
|
@ -27,6 +27,40 @@ html(lang="en")
|
|||
td: a(href="/r/#{chan.name}") #{chan.pagetitle} (#{chan.name})
|
||||
td= chan.usercount
|
||||
td= chan.mediatitle
|
||||
.well.well-sm
|
||||
h4(style='text-align: center') Public Channels
|
||||
.well
|
||||
.row(style='margin-right: -2px')
|
||||
.col-lg-4.col-md-4
|
||||
img(src= "http://placehold.it/250x100")
|
||||
.col-lg-4.col-md-4
|
||||
img(src= "http://placehold.it/250x100")
|
||||
.col-lg-4.col-md-4
|
||||
img(src= "http://placehold.it/250x100")
|
||||
.row(style='padding-top: 10px; margin-right: -2px')
|
||||
.col-lg-4.col-md-4
|
||||
img(src= "http://placehold.it/250x100")
|
||||
.col-lg-4.col-md-4
|
||||
img(src= "http://placehold.it/250x100")
|
||||
.col-lg-4.col-md-4
|
||||
img(src= "http://placehold.it/250x100")
|
||||
.well.well-sm
|
||||
h4(style='text-align: center') Music Channels
|
||||
.well
|
||||
.row(style='margin-right: -2px')
|
||||
.col-lg-4.col-md-4
|
||||
img(src= "http://placehold.it/250x100")
|
||||
.col-lg-4.col-md-4
|
||||
img(src= "http://placehold.it/250x100")
|
||||
.col-lg-4.col-md-4
|
||||
img(src= "http://placehold.it/250x100")
|
||||
.row(style="padding-top: 10px; margin-right: -2px")
|
||||
.col-lg-4.col-md-4
|
||||
img(src= "http://placehold.it/250x100")
|
||||
.col-lg-4.col-md-4
|
||||
img(src= "http://placehold.it/250x100")
|
||||
.col-lg-4.col-md-4
|
||||
img(src= "http://placehold.it/250x100")
|
||||
.col-lg-3.col-md-3
|
||||
h3 Enter Channel
|
||||
input#channelname.form-control(type="text", placeholder="Channel Name")
|
||||
|
|
Loading…
Reference in New Issue