Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
戒酒的李白
2024-07-02 23:51:01 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a4f29df565cf3b42f123bcf6f5c4dbd359df1ffc
a4f29df5
1 parent
dbbd03f2
【error.html】500错误页面前端设计
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
templates/error.html
templates/error.html
0 → 100644
View file @
a4f29df
<!-- 写一个错误页面 -->
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
<title>
404
</title>
<link
rel=
"stylesheet"
href=
"/static/css/backend-plugin.min.css"
>
<link
rel=
"stylesheet"
href=
"/static/css/backend.css"
>
</head>
<body
class=
" "
>
<div
class=
"wrapper"
>
<div
class=
"container"
>
<div
class=
"row no-gutters height-self-center"
>
<div
class=
"col-sm-12 text-center align-self-center"
>
<div
class=
"iq-error position-relative"
>
这是404页面
</div>
</div>
</div>
</div>
</div>
</body>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment