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
online-quiz-react
Commits
dab3de3f
Commit
dab3de3f
authored
Aug 12, 2020
by
김민수
Browse files
No commit message
No commit message
parent
e80f8d29
Changes
1
Show whitespace changes
Inline
Side-by-side
src/Admin.js
View file @
dab3de3f
...
...
@@ -85,15 +85,15 @@ function Admin() {
<
div
className
=
"
col-2 text-center border
"
>
<
div
className
=
"
container-fluid
"
>
<
p
className
=
"
border-bottom
"
>
관리자
페이지
<
/p
>
<
p
className
=
"
border-bottom
h3
"
>
관리자
페이지
<
/p
>
<
p
className
=
"
border-bottom
"
>
관리자
설정
변경하기
<
/p
>
<
p
className
=
"
border-bottom
h5
"
>
관리자
설정
변경하기
<
/p
>
<
a
className
=
""
id
=
"
setting-tab
"
data
-
toggle
=
'
pill
'
href
=
"
#setting
"
role
=
"
tab
"
>
Setting
<
/a
>
<
p
className
=
"
border-bottom
"
>
Quiz
입력하기
<
/p
>
<
p
className
=
"
border-bottom
h5
"
>
Quiz
입력하기
<
/p
>
<
a
className
=
"
nav-link
"
id
=
"
Quiz1-tab
"
data
-
toggle
=
"
pill
"
href
=
"
#Quiz1
"
role
=
"
tab
"
>
Quiz1
<
/a
>
<
a
className
=
"
nav-link
"
id
=
"
Quiz2-tab
"
data
-
toggle
=
"
pill
"
href
=
"
#Quiz2
"
role
=
"
tab
"
>
Quiz2
<
/a
>
...
...
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