Toggle navigation
Toggle navigation
This project
Loading...
Sign in
신동해
/
Omniscient-Public-Point-Of-View
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
4
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
신동해
2021-12-09 09:42:02 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f2f214db854173c87baaae01f688d88b2b8e7c48
f2f214db
1 parent
fd3d2108
Update index.ejs,list.ejs : edit img path
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
views/index.ejs
views/list.ejs
views/index.ejs
View file @
f2f214d
...
...
@@ -15,7 +15,7 @@
<!-- 메인페이지 대문 -->
<div
class=
"container mt-4"
style=
"padding: 180px 140px 180px 140px;"
>
<img
src=
"
http://khuhub.khu.ac.kr/2018110651/Omniscient-Public-Point-Of-View/uploads/2d3e5b183ab5955354c9188aafc18085/
main.png"
alt=
"main"
style=
"display: block; margin:0 auto; top:50px;"
/>
<img
src=
"
..\imgs\
main.png"
alt=
"main"
style=
"display: block; margin:0 auto; top:50px;"
/>
<form
action=
"/list"
method=
"GET"
>
<div
class=
"input-group mb-3"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"주제 검색"
aria-label=
"주제 검색"
aria-describedby=
"button-addon2"
name =
"subject"
>
...
...
views/list.ejs
View file @
f2f214d
...
...
@@ -14,7 +14,7 @@
</head>
<body>
<div
class=
"container mt-4"
>
<img
src=
"
http://khuhub.khu.ac.kr/2018110651/Omniscient-Public-Point-Of-View/uploads/ac497e63ac70607366c72d9f92c12c81/
word.png"
alt=
"main"
style=
"display: block; margin:0 auto; top:50px;"
/>
<img
src=
"
..\imgs\
word.png"
alt=
"main"
style=
"display: block; margin:0 auto; top:50px;"
/>
<!-- 검색 -->
<form
action=
"/list"
method=
"GET"
>
...
...
Please
register
or
login
to post a comment