My Untitled Site
There's nothing here yet (well, except for this message), but clicking on the "+" button in the menu above should change that. Have fun! :)<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SELFBOOST | 파워젤 에디션</title>
<style>
body {
font-family: 'Pretendard', sans-serif;
margin: 0;
padding: 0;
background-color: #f7f7f7;
color: #222;
}
.container {
max-width: 768px;
margin: 0 auto;
padding: 40px 20px;
}
h1 {
font-size: 32px;
margin-bottom: 16px;
}
p {
font-size: 18px;
line-height: 1.6;
}
.product-image {
width: 100%;
border-radius: 12px;
margin-bottom: 24px;
}
.cta-button {
background-color: #000;
color: #fff;
padding: 16px;
text-align: center;
border-radius: 8px;
font-size: 18px;
margin: 30px 0;
text-decoration: none;
display: block;
}
.section {
margin-bottom: 60px;
}
footer {
font-size: 14px;
color: #666;
text-align: center;
padding: 20px;
}
</style>
</head>
<body>
<div class="container">
<h1>SELFBOOST | 파워젤 에디션 0.1</h1>
<img src="https://via.placeholder.com/768x400?text=PowerGel+Edition" alt="파워젤 제품 이미지" class="product-image">
<div class="section">
<h2>지치지 않는 당신을 위한, 진짜 부스터</h2>
<p>SELFBOOST는 바쁜 일상 속 남성을 위한 활력 회복 솔루션입니다. 하루 한 포, 집중력과 자신감을 끌어올리세요. 이번 에디션은 20명 한정으로 진행되는 베타 패키지입니다.</p>
</div><div class="section">
<h2>구성 안내</h2>
<p>- 파워젤 3포<br>- 브랜드 카드 1매<br>- 깔끔한 포장지</p>
</div><a class="cta-button" href="https://forms.gle/your-form-link">구매 신청하기</a><div class="section">
<h2>후기 이벤트</h2>
<p>베타 에디션 구매 후, SNS에 후기 남기면 <strong>다음 회차 50% 할인 쿠폰</strong>을 드립니다!</p>
</div><footer>
SELFBOOST 브랜드 기획 | All rights reserved. <br>
문의: [email protected] / 인스타그램 @selfboost_official
</footer>
</div>
</body>
</html>