ajout d'une protection par mot de passe + favicon + theme configurable

This commit is contained in:
WEBER Antoine
2015-09-29 23:04:17 +02:00
parent 755a91a5b6
commit 0f9f498607
11 changed files with 42 additions and 20 deletions

View File

@@ -3,7 +3,7 @@ html
head
title= title
meta(charset='UTF8')
link(rel='stylesheet', href='//cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.5/darkly/bootstrap.css')
link(rel='stylesheet', href='#{config.theme}')
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')