File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
%meta{:content => " width=device-width,initial-scale=1" , :name => " viewport" }/
10
10
= csrf_meta_tags
11
11
= csp_meta_tag
12
+ = stylesheet_link_tag " https://unpkg.com/@puzzleitc/puzzle-shell/dist/bundle.css"
13
+ = javascript_include_tag " https://unpkg.com/@puzzleitc/puzzle-shell/dist/bundle.js" , type: " module"
12
14
= stylesheet_link_tag " application" , " data-turbo-track" : " reload"
13
- = stylesheet_link_tag " https://unpkg.com/@puzzleitc/puzzle-shell/dist/style.css"
14
15
= javascript_include_tag " application" , " data-turbo-track" : " reload" , type: " module"
15
- = javascript_include_tag " https://unpkg.com/@puzzleitc/puzzle-shell/dist/bundle.js" , type: " module"
16
16
= favicon_link_tag " favicon.png"
17
17
%body#dropdown-wormhole.d-flex.justify-content-center{" data-controller" : " skills-empty-space" }
18
18
%div.content{"data-skills-empty-space-target" : " container" }
You can’t perform that action at this time.
0 commit comments