detect
This commit is contained in:
parent
bc250a39c8
commit
85f52e06e5
|
|
@ -8,9 +8,6 @@
|
|||
@section('descdiscord')
|
||||
<meta content="ARCHBLOX is a work in progress 2012 ROBLOX revival with a heavy emphasis on Skeuomorphic UI." property="og:description" />
|
||||
@endsection
|
||||
@section('extras')
|
||||
<script src="{{ asset('js/detect.js') }}" defer></script>
|
||||
@endsection
|
||||
@section('contentloggedout')
|
||||
<h1>Welcome to ARCHBLOX!</h1>
|
||||
<p>ARCHBLOX is a Work-In-Progress revival.</p>
|
||||
|
|
|
|||
|
|
@ -96,6 +96,7 @@
|
|||
getDarkMode()
|
||||
</script>
|
||||
@endauth
|
||||
<script src="{{ asset('js/detect.js') }}" defer></script>
|
||||
@yield('extras')
|
||||
</head>
|
||||
|
||||
|
|
|
|||
|
|
@ -170,6 +170,7 @@ $splash = array(
|
|||
}
|
||||
</style>
|
||||
@endauth
|
||||
<script src="{{ asset('js/detect.js') }}" defer></script>
|
||||
@yield('extras')
|
||||
</head>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue