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

View File

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

View File

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