Update blog.blade.php
This commit is contained in:
parent
2d691059c1
commit
008af624ec
|
|
@ -1,21 +1,27 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en-us">
|
<html lang="en-us" style="height: 100%;
|
||||||
<head>
|
width: 100%;">
|
||||||
<title>Blog - {{ env('APP_NAME') }}</title>
|
|
||||||
<meta charset="utf-8">
|
<head>
|
||||||
<meta content="Blog - {{ env('APP_NAME') }}" property="og:title" />
|
<title>Blog - {{ env('APP_NAME') }}</title>
|
||||||
<meta content="ARCHBLOX is a work in progress revival." property="og:description" />
|
<meta charset="utf-8">
|
||||||
<meta content="https://archblox.com" property="og:url" />
|
<meta content="Blog - {{ env('APP_NAME') }}" property="og:title" />
|
||||||
<meta content="https://archblox.com/img/MORBLOXlogo.png" property="og:image" />
|
<meta content="ARCHBLOX is a work in progress revival." property="og:description" />
|
||||||
<meta content="#4b4b4b" data-react-helmet="true" name="theme-color" />
|
<meta content="https://archblox.com" property="og:url" />
|
||||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
<meta content="https://archblox.com/img/MORBLOXlogo.png" property="og:image" />
|
||||||
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
<meta content="#4b4b4b" data-react-helmet="true" name="theme-color" />
|
||||||
<link rel="apple-touch-icon" href="{{ asset('img/MORBLOX.png') }}" />
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||||
<link rel="apple-touch-startup-image" href="{{ asset('img/MORBLOXsplash.png') }}" />
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<link rel="apple-touch-icon" href="{{ asset('img/MORBLOX.png') }}" />
|
||||||
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}">
|
<link rel="apple-touch-startup-image" href="{{ asset('img/MORBLOXsplash.png') }}" />
|
||||||
</head>
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<body>
|
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}">
|
||||||
<iframe src="https://archblox.blogspot.com" width="100%" height="100%"></iframe>
|
</head>
|
||||||
</body>
|
|
||||||
|
<body style=" height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
width: 100%;">
|
||||||
|
<iframe src="https://archblox.blogspot.com" width="100%" height="100%"></iframe>
|
||||||
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
Loading…
Reference in New Issue