fix
This commit is contained in:
parent
9b8695ef71
commit
7342b3da7d
|
|
@ -1,3 +1,4 @@
|
|||
<html lang="en-us" class="loggedout">
|
||||
<head>
|
||||
<title>ARCHBLOX - BRB!</title>
|
||||
<meta charset="utf-8">
|
||||
|
|
@ -5,13 +6,12 @@
|
|||
<meta content="ARCHBLOX is a work in progress 2012 ROBLOX revival with a heavy emphasis on Skeuomorphic UI." property="og:description">
|
||||
<meta content="https://archblox.com" property="og:url" />
|
||||
<meta content="https://archblox.com/img/MORBLOXlogo.png" property="og:image" />
|
||||
<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="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="https://archblox.com/MORBLOX.ico'">
|
||||
<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>
|
||||
|
|
|
|||
|
|
@ -6,13 +6,12 @@
|
|||
<meta content="ARCHBLOX is a work in progress 2012 ROBLOX revival with a heavy emphasis on Skeuomorphic UI." property="og:description">
|
||||
<meta content="https://archblox.com" property="og:url" />
|
||||
<meta content="https://archblox.com/img/MORBLOXlogo.png" property="og:image" />
|
||||
<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="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="https://archblox.com/MORBLOX.ico'">
|
||||
<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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue