2016-01-04 06:20:11 +00:00
|
|
|
doctype html
|
|
|
|
html(ng-app='BTorrent', lang='en')
|
2016-02-16 17:06:08 +00:00
|
|
|
head
|
|
|
|
base(href='')
|
|
|
|
meta(charset='UTF-8')
|
|
|
|
title βTorrent: Browser WebTorrent Client
|
|
|
|
meta(name='description', content='βTorrent is the first fully-featured Browser WebTorrent Client')
|
|
|
|
meta(name='keywords', content='βTorrent, btorrent, client, webtorrent, browser, torrent, stream, bittorrent, torrenting, sharing, filesharing')
|
|
|
|
meta(name='author', content='Diego Rodríguez Baquero - DiegoRBaquero')
|
|
|
|
meta(name='viewport', content='width=device-width, initial-scale=1')
|
2016-03-09 02:32:36 +00:00
|
|
|
script(src='https://cdn.jsdelivr.net/g/webtorrent@0,momentjs@2,angularjs@1.4(angular.min.js+angular-route.min.js+angular-sanitize.min.js),angular.ui-grid@3.1,angular.ng-notify@0.7,angular.file-upload@12')
|
2016-02-16 17:06:08 +00:00
|
|
|
link(rel='stylesheet', href='https://cdn.jsdelivr.net/g/normalize@3.0,skeleton@2.0,angular.ng-notify@0.7(ng-notify.min.css)')
|
|
|
|
link(rel='stylesheet', href='https://cdn.jsdelivr.net/fontawesome/4.5/css/font-awesome.min.css')
|
|
|
|
link(rel='stylesheet', href='https://cdn.jsdelivr.net/angular.ui-grid/3.1/ui-grid.min.css')
|
|
|
|
link(rel='stylesheet', href='style.css')
|
|
|
|
body(ng-controller='BTorrentCtrl', ng-cloak='')
|
|
|
|
header
|
|
|
|
h1
|
|
|
|
| βTorrent
|
2016-03-11 01:07:09 +00:00
|
|
|
span.version v0.14
|
2016-02-28 05:47:19 +00:00
|
|
|
div.views(ng-show='$root.client.torrents.length == 0')
|
2016-02-16 17:06:08 +00:00
|
|
|
a(ng-href='/#') Full
|
|
|
|
| |
|
2016-02-16 18:07:26 +00:00
|
|
|
a(ng-href='/download') Single Download
|
2016-02-28 05:47:19 +00:00
|
|
|
| |
|
|
|
|
a(ng-href='/view') Stream / View
|
2016-02-28 05:59:02 +00:00
|
|
|
#viewer(ng-style="$root.viewerStyle")
|
2016-02-16 17:06:08 +00:00
|
|
|
#view(ng-view)
|
|
|
|
footer
|
|
|
|
a.button(href="https://github.com/DiegoRBaquero/BTorrent/issues", target="_blank")
|
|
|
|
i.fa.fa-github
|
|
|
|
| Suggest a feature / Report a bug
|
|
|
|
i.fa.fa-comment
|
|
|
|
br
|
|
|
|
| βTorrent is an Open-Source project by
|
|
|
|
a(href='http://diegorbaquero.com') DiegoRBaquero
|
|
|
|
br
|
|
|
|
| Powered by
|
|
|
|
a(href='https://github.com/feross/webtorrent') WebTorrent
|
|
|
|
br
|
2016-03-11 00:38:09 +00:00
|
|
|
small Hosted by
|
|
|
|
a(href='https://m.do.co/c/0b25a910e6e4') Digital Ocean
|
2016-03-11 00:58:40 +00:00
|
|
|
| |
|
|
|
|
a(href="http://www.vultr.com/?ref=6823526") Vultr
|
2016-03-11 01:04:54 +00:00
|
|
|
| |
|
|
|
|
a(href="https://www.linode.com/?r=6d9b41c957019d7fe6d54d159635e5475048e319") Linode
|
2016-02-16 17:06:08 +00:00
|
|
|
.spinner(ng-show="client.processing")
|
|
|
|
i.fa.fa-spinner.fa-spin.spinner-icon
|
|
|
|
script(src='app.js')
|