Skip to content

Commit

Permalink
Merge pull request #25 from hinohie/devel/pichulia
Browse files Browse the repository at this point in the history
Add link for comments
  • Loading branch information
hinohie authored May 26, 2024
2 parents aa8d979 + 2afbf38 commit 93dd21e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
11 changes: 1 addition & 10 deletions debug.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,13 @@
</head>
<body>
<div class="full-page">
<div class="content-page">
<div class="header-date">7 / 13</div>
<div class="header-line"></div>
<div class="header"></div>
<h1 class="titleText" style="border-inline: 1rem solid red;"> titleText </h1>
<p style="padding: 5%;border-inline: 1rem solid red;">
<br/><br/>
</p>
<div class="footer"></div>
</div>

<!-- Page 7 : Comments -->
<div class="content-page">
<div class="header-date">7 / 13</div>
<div class="header-line"></div>
<div class="header"></div>
<div>방명록의 스타일을 아직 꾸미지 않아서 날 것 입니다. 참고 바랍니다.</div>
<section id="comments">
<div class="comment-actions">
<h1 class="titleText">방명록 <span id="comments-count"></span></h1>
Expand Down
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,14 @@ <h1 class="titleText">마음을 전하는 곳</h1>
<div class="footer"></div>
</div>

<!-- Page 6 : Comment link -->
<div class="content-page">
<div class="header-date">7 / 13</div>
<div class="header-line"></div>
<div class="header"></div>
<h1 class="titleText"><a href="./debug.html">방명록 구경하기</a></h1>
<div class="footer"></div>
</div>
<div id="account-popup" class="Pop-up-wrapper"></div>

<script src="./scripts/calendar-script.js" defer></script>
Expand Down

0 comments on commit 93dd21e

Please sign in to comment.