Update index.html
This commit is contained in:
parent
9f9dc4eec3
commit
38d938e8f2
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
<body ng-controller="BTorrentCtrl" ng-cloak="">
|
||||
<header>
|
||||
<h1>βTorrent<span class="version"> v{{$root.version}}</span></h1>
|
||||
<div class="views" ng-show="$root.client.torrents.length == 0"><a ng-href="/#">Full</a> | <a ng-href="/download">Single Download</a> | <a ng-href="/view">Stream / View</a> | <a ng-href="#" href="#" onclick="modeTheme()">Dark/Light</a> </div>
|
||||
<div class="views" ng-show="$root.client.torrents.length == 0"><a ng-href="/#">Full</a> | <a ng-href="/download">Single Download</a> | <a ng-href="/view">Stream / View</a> | <a ng-href="#" href="#" onclick="darkModetheme()">Dark/Light</a> </div>
|
||||
<div class="aligncenter" style="width: 468px; display: inline-block;">
|
||||
</div>
|
||||
</header>
|
||||
|
|
Loading…
Reference in a new issue