tenna
Version:
A node js application that lets you easily stream most videos from any PC/laptop in your home network, to other devices in the network with a browser.
24 lines (19 loc) • 786 B
text/jade
extends layout
block vars
- var title = "Tenna"
block content
h1 Setup
.row
.drop-zone.col-lg-10.col-lg-offset-1.col-md-10.col-md-offset-1.col-sm-10.col-sm-offset-1
span.glyphicons.glyphicon-plus
span Drag things or click to start uploading
span.glyphicons.glyphicon-plus
input#fileupload(type="file", name="files[]", data-url="/upload", multiple)
.col-lg-10.col-lg-offset-1.col-md-10.col-md-offset-1.col-sm-10.col-sm-offset-1
#progress.progress
.progress-bar.progress-bar-success
include blocks/nav
block scripts
script(type="text/javascript" src="/js/libs/jquery.ui.widget.js")
script(type="text/javascript" src="/js/libs/jquery.fileupload.js")
script(type="text/javascript" src="/js/setup.js")