27 lines
1.5 KiB
PHP
27 lines
1.5 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en-us" class="loggedout">
|
|
<head>
|
|
<title>Image Posted - {{ env('APP_NAME') }}</title>
|
|
<meta charset="utf-8">
|
|
<meta content="Image Posted - ARCHBLOX" property="og:title" />
|
|
<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 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-icon" sizes="114x114" href="{{ asset('img/MORBLOX.png') }}">
|
|
<link rel="apple-touch-icon" sizes="72x72" 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') }}">
|
|
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div class="content_signup">
|
|
<h1>Screenshot taken!</h1>
|
|
<p>Go to your pictures folder to find it.</p>
|
|
</div>
|
|
</body>
|
|
</html> |