1
0
forked from metin2/web

WIP: started implementing shop, multi-language

This commit is contained in:
2024-03-30 15:47:48 +02:00
parent 8a88940d4f
commit 181c7ce27c
244 changed files with 6167 additions and 827 deletions

View File

@ -0,0 +1,25 @@
@extends('layouts.shop')
@section('content')
<div id="mainContent">
<h1>Error 404</h1>
<div class="dynContent">
<div class="item" id="confirmBox">
<div class="itemDesc confirmDesc">
<div class="thumbnailBgSmall">
<img src="{{ asset('assets/shop/img/error.png') }}" width="63px" height="63px" alt="Error" />
</div>
<p>
<span class="confirmTitle">Website error!</span><br />
</p>
<p>The page you requested could not be found.</p>
<br class="clearfloat" />
</div>
</div>
</div>
<div class="endContent"></div>
</div>
@endsection