diff --git a/views/openapiui.blade.php b/views/openapiui.blade.php
index 87d30412..3a52f910 100644
--- a/views/openapiui.blade.php
+++ b/views/openapiui.blade.php
@@ -15,6 +15,10 @@
+ @if(file_exists(GROCY_DATAPATH . '/custom_css.html'))
+ @php include GROCY_DATAPATH . '/custom_css.html' @endphp
+ @endif
+
- @if(file_exists(GROCY_DATAPATH . '/add_before_end_body.html'))
- @php include GROCY_DATAPATH . '/add_before_end_body.html' @endphp
+ @if(file_exists(GROCY_DATAPATH . '/custom_js.html'))
+ @php include GROCY_DATAPATH . '/custom_js.html' @endphp
@endif