1
0
forked from metin2/web

Shop improvements, renamed "shop" to "mall", support for Argon2ID

This commit is contained in:
2024-06-02 22:09:52 +03:00
parent 83f4f72b6e
commit 63d0d2ac79
1932 changed files with 729 additions and 514 deletions

View File

@ -0,0 +1,25 @@
@extends('layouts.mall')
@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/mall/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