1234567891011121314151617181920212223 |
- @extends('views.layouts.master')
- <link rel="stylesheet" href="{{ '/themes/pro/modunawa/resources/css/error.css'}}">
- @section('content')
- <!--=====================================
- ERROR PART START
- =======================================-->
- <section class="error-part">
- <div class="container">
- <h1>404 | Not Found</h1>
- <img src="{{ '/themes/pro/modunawa/resources/images/checkout_img1.png'}}" alt="product">
- <h3>�ֹ� ������ �̷����� �ʾҽ��ϴ�.</h3>
- <p>�ٽ� �ֹ��� �ֽñ� �ٶ��ϴ�.</p>
- <a href="index.html">�������� ����</a>
- </div>
- </section>
- <!--=====================================
- ERROR PART END
- =======================================-->
- @endsection
|