-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
55 lines (55 loc) · 3.28 KB
/
about.html
File metadata and controls
55 lines (55 loc) · 3.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About - Bettorr</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
</head>
<body>
<div class="app-container">
<header class="app-header">
<div class="header-left">
<a href="index.html" class="header-title">bettorr.</a>
<a href="about.html" class="header-link">About</a>
</div>
<div class="header-right">
<a href="https://github.com/ctrlcat0x/bettorr" target="_blank" class="github-link">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-github-icon lucide-github"><path d="M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4"/><path d="M9 18c-4.51 2-5-2-7-2"/></svg>
<span>GitHub</span>
</a>
</div>
</header>
<main class="app-main">
<div class="centered-content" style="max-width: 700px; margin: 0 auto;">
<h1 style="font-size:2.2rem; font-weight:700; margin-bottom:1.2rem;">About Bettorr</h1>
<p style="font-size:1.1rem; color:var(--text-secondary); margin-bottom:2rem;">Bettorr is a modern, minimalistic web interface for searching and downloading PC game torrents from multiple trusted sources. Our mission is to make game discovery and downloading fast, beautiful, and accessible for everyone—without ads, tracking, or registration.</p>
<h2 style="font-size:1.3rem; font-weight:600; margin-bottom:0.7rem;">Project Mission</h2>
<ul style="margin-bottom:2rem; color:var(--text-secondary);">
<li>Provide a clean, user-friendly torrent search experience</li>
<li>Aggregate results from trusted repack sources</li>
<li>Respect user privacy—no tracking, no accounts</li>
<li>Open source and community-driven</li>
</ul>
<h2 style="font-size:1.3rem; font-weight:600; margin-bottom:0.7rem;">Credits</h2>
<ul style="color:var(--text-secondary);">
<li>Design & Development: <a href="https://github.com/ctrlcat0x" target="_blank" style="color:var(--accent-color);">ctrlcat0x</a></li>
<li>Icons: <a href="https://lucide.dev/" target="_blank" style="color:var(--accent-color);">Lucide</a></li>
</ul>
</div>
</main>
<footer class="app-footer">
<div class="footer-left">
<span>© 2025 bettorr.</span>
</div>
<div class="footer-center">
<span>The modern game torrent search engine</span>
</div>
<div class="footer-right">
<a href="DMCA.html">DMCA Notice</a>
</div>
</footer>
</div>
</body>
</html>