mirror of
https://github.com/key-networks/ztncui.git
synced 2025-06-05 17:53:44 +02:00
remove CDN
This commit is contained in:
parent
537a567e29
commit
f5c32fdaf8
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ html(lang='en')
|
||||||
meta(name='viewport', content='width=device-width, initial-scale=1')
|
meta(name='viewport', content='width=device-width, initial-scale=1')
|
||||||
link(rel='stylesheet', href='/bscss/bootstrap.min.css')
|
link(rel='stylesheet', href='/bscss/bootstrap.min.css')
|
||||||
link(rel='stylesheet', href='/stylesheets/style.css')
|
link(rel='stylesheet', href='/stylesheets/style.css')
|
||||||
script(src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js')
|
script(src='/jqjs/jquery.min.js')
|
||||||
script(src='/bsjs/bootstrap.min.js')
|
script(src='/bsjs/bootstrap.min.js')
|
||||||
body
|
body
|
||||||
block body_content
|
block body_content
|
||||||
|
|
Loading…
Add table
Reference in a new issue