Update blog.blade.php

This commit is contained in:
Thomas G 2022-07-23 01:18:48 +10:00
parent 2d691059c1
commit 008af624ec
1 changed files with 25 additions and 19 deletions

View File

@ -1,21 +1,27 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<title>Blog - {{ env('APP_NAME') }}</title>
<meta charset="utf-8">
<meta content="Blog - {{ env('APP_NAME') }}" property="og:title" />
<meta content="ARCHBLOX is a work in progress revival." property="og:description" />
<meta content="https://archblox.com" property="og:url" />
<meta content="https://archblox.com/img/MORBLOXlogo.png" property="og:image" />
<meta content="#4b4b4b" data-react-helmet="true" name="theme-color" />
<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') }}" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}">
</head>
<body>
<iframe src="https://archblox.blogspot.com" width="100%" height="100%"></iframe>
</body>
<html lang="en-us" style="height: 100%;
width: 100%;">
<head>
<title>Blog - {{ env('APP_NAME') }}</title>
<meta charset="utf-8">
<meta content="Blog - {{ env('APP_NAME') }}" property="og:title" />
<meta content="ARCHBLOX is a work in progress revival." property="og:description" />
<meta content="https://archblox.com" property="og:url" />
<meta content="https://archblox.com/img/MORBLOXlogo.png" property="og:image" />
<meta content="#4b4b4b" data-react-helmet="true" name="theme-color" />
<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') }}" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}">
</head>
<body style=" height: 100%;
margin: 0;
width: 100%;">
<iframe src="https://archblox.blogspot.com" width="100%" height="100%"></iframe>
</body>
</html>