Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
uc_card
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhoujun
uc_card
Commits
0eb017b1
Commit
0eb017b1
authored
Jun 09, 2021
by
liyadong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
404
parent
c07cbe42
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
0 deletions
+28
-0
src/public/static/postcard/images/404.png
src/public/static/postcard/images/404.png
+0
-0
src/resources/views/404.html
src/resources/views/404.html
+28
-0
No files found.
src/public/static/postcard/images/404.png
0 → 100644
View file @
0eb017b1
3.42 KB
src/resources/views/404.html
0 → 100644
View file @
0eb017b1
<!doctype html>
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
>
<meta
name=
"viewport"
content=
"width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"ie=edge"
>
<title>
404
</title>
<style>
.no-found
{
text-align
:
center
;
font-size
:
12px
;
color
:
#333
;
}
.no-found
img
{
width
:
120px
;
display
:
block
;
margin
:
100px
auto
12px
;
}
</style>
</head>
<body>
<div
class=
"no-found"
>
<img
src=
"../../public/static/postcard/images/404.png"
alt=
""
>
<span>
页面走丢了。。。
</span>
</div>
</body>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment