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