Update index.html

This commit is contained in:
Thomas G 2023-03-07 10:40:37 +11:00
parent 225e7ce763
commit 2456062349
1 changed files with 7 additions and 7 deletions

View File

@ -8,22 +8,22 @@
<meta name="csrf-token" content="{{ csrf_token() }}">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="apple-touch-icon" href="{{ asset('img/MORBLOX.png') }}" />
<link rel="apple-touch-startup-image" href="{{ asset('img/MORBLOXsplash.png') }}" />
<link rel="apple-touch-icon" href="https://archblox.com/img/MORBLOX.png" />
<link rel="apple-touch-startup-image" href="https://archblox.com/img/MORBLOXsplash.png" />
<meta name="viewport" content="width=device-width, viewport-fit=cover, initial-scale=1">
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}">
<link href="{{ asset('css/app.css?id=' . Str::random(8)) }}" rel="stylesheet">
<script src="{{ asset('js/darkmode.js?id=' . Str::random(8)) }}"></script>
<link rel="icon" type="image/x-icon" href="https://archblox.com/MORBLOX.ico'">
<link href="https://archblox.com/css/app.css" rel="stylesheet">
<script src="https://archblox.com/js/darkmode.js"></script>
<script>
getDarkMode()
</script>
<script src="{{ asset('js/detect.js') }}" defer></script>
<script src="https://archblox.com/js/detect.css" defer></script>
</head>
<body>
<br>
<div id="logo_signup">
<a href="{{ route('index') }}"><img alt="ARCHBLOX Logo" src="{{ asset('img/ARCHBLOXarched.png') }}" width="200"
<a href="https://archblox.com"><img alt="ARCHBLOX Logo" src="https://archblox.com/img/ARCHBLOXarched.png" width="200"
height="40" /></a>
<p id="morbin">We'll be right back.</p>