OneBot: Leantime 改造版源码(BOM/Univer 表格/AI 接管/品牌替换等)
This commit is contained in:
18
app/Domain/Errors/Templates/error404.blade.php
Normal file
18
app/Domain/Errors/Templates/error404.blade.php
Normal file
@@ -0,0 +1,18 @@
|
||||
@extends($layout)
|
||||
|
||||
@section('content')
|
||||
|
||||
<div class="errortitle">
|
||||
|
||||
<h4 class="animate0 fadeInUp">{!! __('headlines.page_not_found') !!}</h4>
|
||||
<span class="animate1 bounceIn">4</span>
|
||||
<span class="animate2 bounceIn">0</span>
|
||||
<span class="animate3 bounceIn">4</span>
|
||||
<div class="errorbtns animate4 fadeInUp">
|
||||
<x-global::forms.button tag="a" contentRole="default" onclick="history.back()">{!! __('buttons.back') !!}</x-global::forms.button>
|
||||
<x-global::forms.button tag="a" link="{{ BASE_URL }}" contentRole="primary">{!! __('links.dashboard') !!}</x-global::forms.button>
|
||||
</div><br/><br/><br/><br/>
|
||||
|
||||
</div>
|
||||
|
||||
@endsection
|
||||
Reference in New Issue
Block a user