Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
Today KU
Commits
14427e14
Commit
14427e14
authored
Oct 10, 2021
by
Kim, Subin
Browse files
ErrorPage 최종 완성
parent
6b50e528
Changes
1
Show whitespace changes
Inline
Side-by-side
client/src/pages/ErrorPage.js
View file @
14427e14
import
{
Link
}
from
"
react-router-dom
"
;
const
ErrorPage
=
()
=>
{
return
(
<
div
className
=
"
d-flex flex-column justify-content-center align-items-center vh-100
"
>
<
img
className
=
"
mb-5
"
src
=
{
process
.
env
.
PUBLIC_URL
+
'
/ku-tiger.png
'
}
alt
=
"
어흥이
"
/>
<
h2
>
Oops
!
Page
Not
Be
Found
<
/h2
>
<
p
>
Sorry
but
the
page
you
are
looking
for
does
not
exist
,
have
been
removed
.
name
changed
or
is
temporarily
unavailable
<
/p
>
<
a
href
=
"
/login
"
>
Back
to
login
<
/
a
>
<
Link
to
=
"
/login
"
style
=
{{
color
:
"
crimson
"
}}
>
Back
to
login
<
/
Link
>
<
/div
>
)
}
...
...
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