/
home
/
obinna
/
html
/
cravings
/
resources
/
views
/
user
/
Upload File
HOME
@extends('layouts.plains') @section('stylesheets') @parent <style> .mains { padding-top: 100px; } h1 { font-size: 2rem; } .holder-text { width: 100%; height: 500px; display:flex; justify-content: center; /* align-items: center; */ text-align: center; } @media (max-width: 767px) { h1 { font-size: 1.3rem; } } </style> @endsection @section('content') <div class="holder-text"> <h3>We'll be in touch as soon as possible with further details. <a style="color: var(--red)" href="/">Back to Cravvings</a></h3> </div> <script> setTimeout(function(){ window.location.href = '/'; }, 10000); </script> @endsection