Files
WebsiteTemplate/dist/resources/view/home/page/error.jade
2024-09-27 00:54:11 +08:00

29 lines
787 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

extends ./../layout
//- 网站的头部信息这边拆分出来便于每个页面的SEO配置和配置页面独有的cssjs
block title
meta(name="description" content="怪客课堂的404错误页面")
meta(name="keywords" content="怪客课堂,编码猿,怪客学堂,错误页面")
link(rel="stylesheet" href="/css/home/error.css")
//- 网站的主体内容区域
block content
.error
img(src="/img/bgError.png")
.i-message
h3
| 哎哟喂~出bug了啊哈哈...
br
| 页面不存在
p 可能的原因:
ul
li 1: 手滑输错地址
li 2: 估计是程序员小姐姐代码有问题
li 3: 页面过期失效了
li 4: 不要干坏事哦
p.action
a(href="/") 回到首页
a(onclick="history.back();") 返回上一页