This commit is contained in:
Thomas G 2022-10-30 21:11:31 +11:00
parent bc250a39c8
commit 85f52e06e5
3 changed files with 2 additions and 3 deletions

View File

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

View File

@ -96,6 +96,7 @@
getDarkMode()
</script>
@endauth
<script src="{{ asset('js/detect.js') }}" defer></script>
@yield('extras')
</head>

View File

@ -170,6 +170,7 @@ $splash = array(
}
</style>
@endauth
<script src="{{ asset('js/detect.js') }}" defer></script>
@yield('extras')
</head>