Skip to content

Commit

Permalink
feat : 랜딩 페이지 버그 수정 2
Browse files Browse the repository at this point in the history
  • Loading branch information
KiSeungMin committed Nov 1, 2024
1 parent 3cd833a commit a442843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/templates/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@

<!-- 모바일 화면용 버튼 -->
<div class="button-container">
<a href="https://yourappstorelink.com" target="_blank" class="download-button" style="background-image: url('/images/AppStoreDownloadButton.png');"></a>
<a href="https://yourgoogleplaylink.com" target="_blank" class="download-button" style="background-image: url('/images/GooglePlayDownloadButton.png');"></a>
<a href="https://apps.apple.com/kr/app/%EC%98%A4%EB%85%B8-ono-%EB%82%98%EB%A7%8C%EC%9D%98-%EC%A7%84%EC%A0%95%ED%95%9C-%EC%98%A4%EB%8B%B5%EB%85%B8%ED%8A%B8/id6602886624" target="_blank" class="download-button" style="background-image: url('/images/AppStoreDownloadButton.png');"></a>
<a href="https://play.google.com/store/apps/details?id=com.aisip.OnO&pcampaignid=web_share&pli=1" target="_blank" class="download-button" style="background-image: url('/images/GooglePlayDownloadButton.png');"></a>
</div>

<!-- 모바일 화면용 메인 디바이스 이미지 -->
Expand Down

0 comments on commit a442843

Please sign in to comment.