Toggle navigation
Toggle navigation
This project
Loading...
Sign in
정승우
/
YaguMoa
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
SW0000J
2020-06-15 16:54:27 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
071f96142c93fe741ffaca465d575e0721cfed4b
071f9614
1 parent
f4ecff03
main ejs 파일
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
0 deletions
testcode/views/index.ejs
testcode/views/index.ejs
0 → 100644
View file @
071f961
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<title>
ossswoo.tk
</title>
</head>
<body>
<div
class =
'main'
>
<div
class =
'center'
>
<div>
<
% for(var i in xports) { %>
<li>
<div
class=
'item'
>
<div
class=
'info'
>
<span
class=
'time'
>
<
%= i.datetime %>
</span>
</div>
<div
class=
'img'
>
<a>
<img
src =
<%=
i
.
image_url
%
>
>
</a>
</div>
<div
class=
'news'
>
<a
href =
<%=
i
.
url
%
>
>
<strong>
<
%= i.title %>
</strong>
</a>
<p>
<
%= i.summary %>
</p>
</div>
</div>
</li>
<
% } %>
</div>
</div>
</div>
</body>
</html>
\ No newline at end of file
Please
register
or
login
to post a comment