LinkStack/resources/views/linkstack/modules/assets.blade.php

10 lines
544 B
PHP
Raw Normal View History

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>
<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>