Created
December 24, 2012 01:58
-
-
Save riix/4367114 to your computer and use it in GitHub Desktop.
section news
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="section-news"> | |
| <ul class="bbs-preview"> | |
| <li> | |
| <a href="#" class="subject">제목1</a> | |
| <span class="date">2012-11-11</span> | |
| </li> | |
| <li> | |
| <a href="#" class="subject">제목2</a> | |
| <span class="date">2012-11-11</span> | |
| </li> | |
| <li> | |
| <a href="#" class="subject">제목3</a> | |
| <span class="date">2012-11-11</span> | |
| </li> | |
| </ul> | |
| <a href="#" class="more" title="뉴스 더 보기">뉴스 더 보기</a> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment