Toggle navigation
Toggle navigation
This project
Loading...
Sign in
성준영
/
webservice-practices
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
성준영
2017-04-06 11:51:40 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9fe223bcae8a11f39dc218439503d174824698f0
9fe223bc
1 parent
3d49c6e0
express 에 이미지 넣어보기
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
practice_12/app03/public/images/Sad_Pepe.png
practice_12/app03/views/index.ejs
practice_12/app03/public/images/Sad_Pepe.png
0 → 100644
View file @
9fe223b
64.8 KB
practice_12/app03/views/index.ejs
View file @
9fe223b
...
...
@@ -7,5 +7,8 @@
<body>
<h1>
<
%= title %>
</h1>
<p>
Welcome to
<
%= title %>
</p>
<div
class=
"image"
>
<img
src=
"images/Sad_Pepe.png"
>
</div>
</body>
</html>
...
...
Please
register
or
login
to post a comment