2023-12-06 16:57:35 +01:00
|
|
|
<!-- Custom icons font-awesome -->
|
|
|
|
<style>{!! str_replace('../', 'studio/', file_get_contents(base_path("assets/external-dependencies/fontawesome.css"))) !!}</style>
|
|
|
|
|
|
|
|
@include('layouts.fonts')
|
|
|
|
|
|
|
|
<style>{!! file_get_contents(base_path("assets/linkstack/css/normalize.css")) !!}</style>
|
2023-12-06 17:42:02 +01:00
|
|
|
<style>{!! file_get_contents(base_path("assets/linkstack/css/animate.css")) !!}</style>
|
|
|
|
|
|
|
|
<script>{!! file_get_contents(base_path("assets/js/dynamic-contrast.min.js")) !!}</script>
|
2023-12-09 21:57:25 +01:00
|
|
|
<script>{!! file_get_contents(base_path("assets/js/jquery.min.js")) !!}</script>
|