diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 8860489..8f0da23 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -10,11 +10,12 @@
<% else %>
Wrestling App
- <%= render 'layouts/cdn' %>
+
<%= stylesheet_link_tag "application", media: "all",
"data-turbolinks-track" => true %>
<%= javascript_include_tag "application", "data-turbolinks-track" => true %>
<%= csrf_meta_tags %>
+ <%= render 'layouts/cdn' %>
<%= render 'layouts/shim' %>