diff --git a/app/views/extranet/application/_head.html.erb b/app/views/extranet/application/_head.html.erb
index 8ae368ff3c95f76af201c0d748060ae4767df3ad..07b0b58c8c39831f166b8f5177dd5fc2c0a81838 100644
--- a/app/views/extranet/application/_head.html.erb
+++ b/app/views/extranet/application/_head.html.erb
@@ -5,7 +5,9 @@
 <%= csp_meta_tag %>
 <%= stylesheet_link_tag 'extranet', media: 'all' %>
 <link rel="stylesheet" href="<%= style_path(format: :css) %>" media="all">
+<link rel="stylesheet" href="https://example.osuny.org/assets/css/extranet.min.css" media="all">
 <%= javascript_include_tag 'extranet' %>
+<script src="https://example.osuny.org/js/extranet.js"></script>
 <% if current_extranet.favicon.attached? %>
   <%= favicon_link_tag url_for(current_extranet.favicon.variant(:thumb)) %>
 <% else %>