Update blog.blade.php
This commit is contained in:
parent
2d691059c1
commit
008af624ec
|
|
@ -1,5 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en-us">
|
<html lang="en-us" style="height: 100%;
|
||||||
|
width: 100%;">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Blog - {{ env('APP_NAME') }}</title>
|
<title>Blog - {{ env('APP_NAME') }}</title>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
|
|
@ -15,7 +17,11 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}">
|
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
|
||||||
|
<body style=" height: 100%;
|
||||||
|
margin: 0;
|
||||||
|
width: 100%;">
|
||||||
<iframe src="https://archblox.blogspot.com" width="100%" height="100%"></iframe>
|
<iframe src="https://archblox.blogspot.com" width="100%" height="100%"></iframe>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
Loading…
Reference in New Issue