changement de theme darkly
This commit is contained in:
parent
d079598992
commit
21169345b3
|
@ -130,5 +130,4 @@ TODO Liste
|
|||
* Faire une page spéciales pour les séries
|
||||
* Gérer les téléchargements multi-source en proposant un lien aria2 (voir aria2.sourceforge.net)
|
||||
* Intégré web ui: http://ziahamza.github.io/webui-aria2/
|
||||
* Clusterisé avec un fork par cpu
|
||||
* Mettre en place une limite d'upload activable à la demande
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "plex_webdown",
|
||||
"version": "0.0.0",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "node ./bin/www"
|
||||
|
|
|
@ -3,7 +3,7 @@ html
|
|||
head
|
||||
title= title
|
||||
meta(charset='UTF8')
|
||||
link(rel='stylesheet', href='//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css')
|
||||
link(rel='stylesheet', href='//cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.5/darkly/bootstrap.css')
|
||||
link(rel='stylesheet', href='//cdn.datatables.net/1.10.9/css/dataTables.bootstrap.min.css')
|
||||
script(type='text/javascript', src='//code.jquery.com/jquery-1.11.3.min.js')
|
||||
script(type='text/javascript', src='//cdn.datatables.net/1.10.9/js/jquery.dataTables.min.js')
|
||||
|
|
Loading…
Reference in New Issue