신동해

Update index.ejs,list.ejs : edit img path

...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
15 15
16 <!-- 메인페이지 대문 --> 16 <!-- 메인페이지 대문 -->
17 <div class="container mt-4" style="padding: 180px 140px 180px 140px;"> 17 <div class="container mt-4" style="padding: 180px 140px 180px 140px;">
18 - <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;"/> 18 + <img src="..\imgs\main.png" alt="main" style="display: block; margin:0 auto; top:50px;"/>
19 <form action="/list" method="GET"> 19 <form action="/list" method="GET">
20 <div class="input-group mb-3"> 20 <div class="input-group mb-3">
21 <input type="text" class="form-control" placeholder="주제 검색" aria-label="주제 검색" aria-describedby="button-addon2" name = "subject"> 21 <input type="text" class="form-control" placeholder="주제 검색" aria-label="주제 검색" aria-describedby="button-addon2" name = "subject">
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
14 </head> 14 </head>
15 <body> 15 <body>
16 <div class="container mt-4"> 16 <div class="container mt-4">
17 - <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;"/> 17 + <img src="..\imgs\word.png" alt="main" style="display: block; margin:0 auto; top:50px;"/>
18 18
19 <!-- 검색 --> 19 <!-- 검색 -->
20 <form action="/list" method="GET"> 20 <form action="/list" method="GET">
......