File: //var/www/linde-ai/wp-content/themes/linde/templates/404.twig
{% extends "base.twig" %}
{% block content %}
	<section class="error-section">
		<div class="container">
			<div class="row">
				<div class="col-12 col-md-4 offset-md-1">
					<img class="" src="{{ site.theme.link }}/frontend/img/oxy-pose-5.png" alt="Oxy looking lost" />
				</div>
				<div class="col-12 col-md-4 error-section__content">
					<div class="text-gradient__wrap text-gradient__wrap--left">
						<h1 class="error-section__title h2 text-gradient">Looks like you got lost</h1>
					</div>
					<p>The page you are looking for cannot be found.</p>
					<a href="{{ site.link  }}" class="btn btn--gradient">Go back to the homepage</a>
				</div>
			</div>
		</div>
	</section>
{% endblock %}