Skip to content

Commit c16ffa7

Browse files
committed
Add KeyClash support page
1 parent c4ed0f5 commit c16ffa7

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

support/keyclash/index.html

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>KeyClash – Support</title>
7+
<style>
8+
* { box-sizing: border-box; margin: 0; padding: 0; }
9+
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: #f5f5f7; color: #1d1d1f; }
10+
.header { background: linear-gradient(135deg, #0a0a1a 0%, #1a0a3a 100%); color: #fff; text-align: center; padding: 48px 20px 40px; }
11+
.header h1 { font-size: 2rem; font-weight: 700; margin-bottom: 8px; }
12+
.header p { font-size: 1rem; opacity: 0.8; }
13+
.container { max-width: 640px; margin: 0 auto; padding: 32px 20px 60px; }
14+
.card { background: #fff; border-radius: 16px; padding: 28px; margin-bottom: 20px; box-shadow: 0 1px 8px rgba(0,0,0,0.08); }
15+
.card h2 { font-size: 1.1rem; font-weight: 700; margin-bottom: 14px; color: #1a0a3a; }
16+
.card p, .card li { color: #444; line-height: 1.75; font-size: 0.95rem; }
17+
.card ul { padding-left: 20px; }
18+
.card li { margin-bottom: 6px; }
19+
.contact-email { display: inline-block; margin-top: 14px; background: #1a0a3a; color: #fff; text-decoration: none; padding: 12px 24px; border-radius: 10px; font-weight: 600; font-size: 0.95rem; }
20+
.contact-email:hover { opacity: 0.9; }
21+
.footer { text-align: center; color: #999; font-size: 0.8rem; padding: 20px; }
22+
.footer a { color: #999; }
23+
</style>
24+
</head>
25+
<body>
26+
<div class="header">
27+
<h1>⌨️ KeyClash Support</h1>
28+
<p>Fast answers and contact information for KeyClash players</p>
29+
</div>
30+
<div class="container">
31+
<div class="card">
32+
<h2>Frequently Asked Questions</h2>
33+
<ul>
34+
<li><strong>How does matchmaking work?</strong><br>KeyClash matches you with players of similar skill. If no match is found in 8 seconds, you play against a bot.</li>
35+
<li><strong>How is WPM calculated?</strong><br>Words Per Minute = characters typed ÷ 5 ÷ minutes elapsed. Only correct characters count toward your score.</li>
36+
<li><strong>How do I play with a friend?</strong><br>Tap the Friend Battle tab, create a room, and share the invite code. Your friend enters the code to join.</li>
37+
<li><strong>Why is my rank not updating?</strong><br>Rank updates after each completed match. Bot matches do not affect your ELO rating.</li>
38+
</ul>
39+
</div>
40+
<div class="card">
41+
<h2>Contact Us</h2>
42+
<p>Having an issue not listed above? We respond within 24–48 hours.</p>
43+
<a class="contact-email" href="mailto:support@appdevelopsk.com">support@appdevelopsk.com</a>
44+
</div>
45+
</div>
46+
<div class="footer">
47+
<p><a href="https://appdevelopsk.github.io/privacy-policies/keyclash/">Privacy Policy</a> · © 2026 AppDevelopSK</p>
48+
</div>
49+
</body>
50+
</html>

0 commit comments

Comments
 (0)