plex-web-downloader/views/layout.jade

13 lines
567 B
Plaintext
Raw Normal View History

2015-09-14 12:20:08 -04:00
doctype html
html
head
title= title
2015-09-15 04:40:12 -04:00
meta(charset='UTF8')
link(rel='stylesheet', href='//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.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')
script(type='text/javascript', src='//cdn.datatables.net/1.10.9/js/dataTables.bootstrap.min.js')
2015-09-14 12:20:08 -04:00
body
block content