You've already forked Atomcms-edit
Commit remaining pre-existing changes across CMS files
This commit is contained in:
@@ -9,6 +9,13 @@
|
||||
|
||||
<link href="https://fonts.googleapis.com/css2?family=Ubuntu+Condensed&display=swap" rel="stylesheet">
|
||||
|
||||
<link rel="stylesheet" href="{{ config('habbo.cdn.swiper_css') }}" />
|
||||
|
||||
<script src="{{ config('habbo.cdn.axios_js') }}"></script>
|
||||
<script defer src="{{ config('habbo.cdn.alpine_js') }}"></script>
|
||||
<script defer src="{{ config('habbo.cdn.alpine_focus_js') }}"></script>
|
||||
<script src="{{ config('habbo.cdn.swiper_js') }}"></script>
|
||||
|
||||
@vite(['resources/themes/' . setting('theme') . '/css/app.css', 'resources/themes/' . setting('theme') . '/js/app.js'], 'build')
|
||||
|
||||
<style>
|
||||
|
||||
@@ -26,6 +26,13 @@
|
||||
<script src="{{ config('habbo.cdn.popper_js') }}"></script>
|
||||
<script src="{{ config('habbo.cdn.tippy_js') }}"></script>
|
||||
<link rel="stylesheet" href="{{ asset('assets/css/scale.min.css') }}"/>
|
||||
<link rel="stylesheet" href="{{ config('habbo.cdn.swiper_css') }}" />
|
||||
|
||||
<script src="{{ config('habbo.cdn.axios_js') }}"></script>
|
||||
<script defer src="{{ config('habbo.cdn.alpine_js') }}"></script>
|
||||
<script defer src="{{ config('habbo.cdn.alpine_focus_js') }}"></script>
|
||||
<script src="{{ config('habbo.cdn.swiper_js') }}"></script>
|
||||
<script src="{{ config('habbo.cdn.turbolinks_js') }}"></script>
|
||||
|
||||
@vite(['resources/themes/' . setting('theme', 'atom') . '/css/app.css', 'resources/themes/' . setting('theme', 'atom') . '/js/app.js'], 'build')
|
||||
|
||||
|
||||
@@ -11,6 +11,13 @@
|
||||
<!-- Fonts -->
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap">
|
||||
|
||||
<link rel="stylesheet" href="{{ config('habbo.cdn.swiper_css') }}" />
|
||||
|
||||
<script src="{{ config('habbo.cdn.axios_js') }}"></script>
|
||||
<script defer src="{{ config('habbo.cdn.alpine_js') }}"></script>
|
||||
<script defer src="{{ config('habbo.cdn.alpine_focus_js') }}"></script>
|
||||
<script src="{{ config('habbo.cdn.swiper_js') }}"></script>
|
||||
|
||||
@vite(['resources/themes/' . setting('theme') . '/css/app.css', 'resources/themes/' . setting('theme') . '/js/app.js'], 'build')
|
||||
|
||||
<style>
|
||||
|
||||
@@ -7,8 +7,15 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>{{ setting('hotel_name') }} - {{ __('Maintenance') }}</title>
|
||||
|
||||
<link rel="stylesheet" href="https://unpkg.com/flowbite@1.5.1/dist/flowbite.min.css"/>
|
||||
<script src="https://unpkg.com/flowbite@1.5.1/dist/flowbite.js"></script>
|
||||
<link rel="stylesheet" href="{{ config('habbo.cdn.flowbite_css', asset('assets/css/flowbite.min.css')) }}" />
|
||||
<script src="{{ config('habbo.cdn.popper_js') }}"></script>
|
||||
<script src="{{ config('habbo.cdn.tippy_js') }}"></script>
|
||||
<link rel="stylesheet" href="{{ config('habbo.cdn.swiper_css') }}" />
|
||||
|
||||
<script src="{{ config('habbo.cdn.axios_js') }}"></script>
|
||||
<script defer src="{{ config('habbo.cdn.alpine_js') }}"></script>
|
||||
<script defer src="{{ config('habbo.cdn.alpine_focus_js') }}"></script>
|
||||
<script src="{{ config('habbo.cdn.swiper_js') }}"></script>
|
||||
|
||||
@vite(['resources/themes/' . setting('theme') . '/css/app.css', 'resources/themes/' . setting('theme') . '/js/app.js'], 'build')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user