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:44:38 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dbbd03f21caf7104503827cf7db99de4929996ee
dbbd03f2
1 parent
bbd036c6
【404.html】完成404页面的前端设计
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
templates/404.html
templates/404.html
0 → 100644
View file @
dbbd03f
<!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>
</html>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment