chore: 🔨 合并冲突解决
This commit is contained in:
@@ -16,44 +16,22 @@ function back() {
|
||||
<div class="page-container">
|
||||
<div class="pic-404">
|
||||
<img class="pic-404__parent" src="@/assets/images/404.png" alt="404" />
|
||||
<img
|
||||
class="pic-404__child left"
|
||||
src="@/assets/images/404_cloud.png"
|
||||
alt="404"
|
||||
/>
|
||||
<img
|
||||
class="pic-404__child mid"
|
||||
src="@/assets/images/404_cloud.png"
|
||||
alt="404"
|
||||
/>
|
||||
<img
|
||||
class="pic-404__child right"
|
||||
src="@/assets/images/404_cloud.png"
|
||||
alt="404"
|
||||
/>
|
||||
<img class="pic-404__child left" src="@/assets/images/404_cloud.png" alt="404" />
|
||||
<img class="pic-404__child mid" src="@/assets/images/404_cloud.png" alt="404" />
|
||||
<img class="pic-404__child right" src="@/assets/images/404_cloud.png" alt="404" />
|
||||
</div>
|
||||
<div class="bullshit">
|
||||
<div class="bullshit__oops">OOPS!</div>
|
||||
<div class="bullshit__info">
|
||||
All rights reserved
|
||||
<a
|
||||
style="color: #20a0ff"
|
||||
href="https://wallstreetcn.com"
|
||||
target="_blank"
|
||||
>
|
||||
wallstreetcn
|
||||
</a>
|
||||
</div>
|
||||
<div class="bullshit__headline">
|
||||
The webmaster said that you can not enter this page...
|
||||
<a style="color: #20a0ff" href="https://wallstreetcn.com" target="_blank">wallstreetcn</a>
|
||||
</div>
|
||||
<div class="bullshit__headline">The webmaster said that you can not enter this page...</div>
|
||||
<div class="bullshit__info">
|
||||
Please check that the URL you entered is correct, or click the button
|
||||
below to return to the homepage.
|
||||
Please check that the URL you entered is correct, or click the button below to return to the
|
||||
homepage.
|
||||
</div>
|
||||
<a href="#" class="bullshit__return-home" @click.prevent="back">
|
||||
Back to home
|
||||
</a>
|
||||
<a href="#" class="bullshit__return-home" @click.prevent="back">Back to home</a>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user