-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
78 lines (78 loc) · 5.27 KB
/
index.html
File metadata and controls
78 lines (78 loc) · 5.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>사운드보드 문의</title>
<link rel="stylesheet" href="css/forms.css">
<meta name="description" content="사운드보드 모음 디스코드 문의 홈페이지">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Inter:wght@100..900&family=Noto+Sans+KR:wght@100..900&display=swap" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="soundimg.ico">
<meta nanme="theme-color" content="#FFFF00">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<script src="js/forms.js"></script>
</head>
<body>
<section class="IulrzrJ eVsdmYw section-bloc section-page-1">
<form id="SfYs-EisI-xGoA-hUdf">
<div>
<div class="ciAjzK tally-block">
<div class="uvgAcm tally-block tally-block-forms-title">
<h1 class="kFPmok tally-forms-title">
<span style="color: rgb(243, 218, 108);">사운드보드 문의</span>
</h1>
</div>
</div>
<div class="GejiuT tally-block-req-title">
<h4 class="VrgcSg tally-block-req-title tally-block-req-text">
<span style="color: rgb(243, 107, 107)">*</span>
<span style="color: rgb(221, 221, 221)">- 필수항목</span>
</h4>
</div>
<div class="AjUyvaY qa-block tally-block">
<div class="uHchaQc tally-block tally-block-email">
<h3 class="tally-text IsErhpu">1. 본인 이메일을 입력해주세요.</h3>
<div class="vPaRNJ tally-block-req">
<span style="color: rgb(243, 107, 107)">*</span>
</div>
</div>
<div class="gRPKdus MHLmGD tally-block tally-block-input-text">
<input type="email" name="1. 본인 이메일을 입력해주세요." id="SrxU-HWdZ-yeyR-w0KR" class="NKhWpK tZpbcK tally-input-text" placeholder="이메일을 입력해주세요." autocomplete="off" required>
</div>
<div class="VhBiRi tally-block tally-block-air"></div>
<div class="qa-block AjUyvaY tally-block">
<div class="uHchaQc tally-block tally-block-title">
<h3 class="tally-text IsErhpu">2. 문의 내용을 입력해주세요.</h3>
<div class="vPaRNJ tally-block-req">
<span style="color: rgb(243, 107, 107)">*</span>
</div>
</div>
<div class="gRPKdus tally-block tally-block-input-text">
<textarea name="2. 문의 내용을 입력해주세요." id="wysl-MxFm-YcjF-Khgk" class="TtbKJZ tZpbcK tally-input-text tally-input-textarea" placeholder="문의 내용을 입력해주세요." required></textarea>
</div>
</div>
<div class="oIycHF description-title">
<h4 class="Vjmtdi description-title description-title-text">
해당 <a href="https://discord.gg/sGNR8cGvPp" target="_blank" rel="noopener noreferrer" style="color: rgb(210, 210, 210)">디스코드</a>에 참가하시면 디스코드로 답변을 받으실 수 있습니다.<br><br>마지막으로 다시 한 번 이메일과 내용을 제대로 입력했는지 확인해주세요. 이메일을 <span style="color: rgb(245, 74, 74)">제대로</span> 입력하지 않으면 답변을 받으실 수 없습니다.<br><br>제출하기를 누르면 <a href="https://www.soundboard-discord.com/privacy" style="color: rgba(80, 144, 240, 0.95)">개인정보처리방침</a>에 동의하는걸로 간주됩니다.
</h4>
</div>
<div class="NXpFtL submit-box">
<div>
<button type="submit" class="nIlnBf submit-box-2">
<span class="byXDLt">
<span class="wuidLP">제출하기</span>
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-right">
<path d="M5 12h14"></path>
<path d="m12 5 7 7-7 7"></path>
</svg>
</span>
</button>
</div>
</div>
</div>
</form>
</section>
</body>
</html>