mirror of
https://github.com/plashchynski/crono.git
synced 2026-04-25 02:08:43 +02:00
Local css and js
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
|
||||
%title Crono Dashboard
|
||||
|
||||
%link{ href: 'https://cdnjs.cloudflare.com/ajax/libs/materialize/0.96.1/css/materialize.min.css', rel: 'stylesheet', media: 'screen,projection' }
|
||||
%link{ href: "#{env['SCRIPT_NAME']}/custom.css", rel: 'stylesheet' }
|
||||
%link{ href: "#{env['SCRIPT_NAME']}/css/materialize.min.css", rel: 'stylesheet', media: 'screen,projection' }
|
||||
%link{ href: "#{env['SCRIPT_NAME']}/css/custom.css", rel: 'stylesheet', media: 'screen,projection' }
|
||||
|
||||
%body.blue-grey.darken-2
|
||||
%nav.container.blue-grey.white-text
|
||||
@@ -25,5 +25,5 @@
|
||||
%a.right{ href: 'https://github.com/plashchynski/crono', target: '_blank' } Documentation
|
||||
|
||||
|
||||
%script{ src: 'https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js' }
|
||||
%script{ src: 'https://cdnjs.cloudflare.com/ajax/libs/materialize/0.96.1/js/materialize.min.js' }
|
||||
%script{ src: "#{env['SCRIPT_NAME']}/js/jquery-2.1.3.min.js" }
|
||||
%script{ src: "#{env['SCRIPT_NAME']}/js/materialize.min.js" }
|
||||
|
||||
Reference in New Issue
Block a user