-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
37 lines (31 loc) · 1.56 KB
/
terms.html
File metadata and controls
37 lines (31 loc) · 1.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>WinActivate | Terms of Service</title>
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link rel="icon" type="image/png" href="images/favicon.png">
<link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="background-glow"></div>
<div class="container" style="padding: 100px 20px;">
<h1 style="margin-bottom: 20px;">Terms of Service</h1>
<p style="color: #a0a0a0; margin-bottom: 30px;">Last updated: January 2026</p>
<section style="margin-bottom: 40px;">
<h2 style="margin-bottom: 15px;">Usage Agreement</h2>
<p style="color: #a0a0a0;">By using WinActivate, you agree that this software is provided "as is" without
warranty of any kind. You are responsible for ensuring you have the legal right to activate the software
products you manage.</p>
</section>
<section style="margin-bottom: 40px;">
<h2 style="margin-bottom: 15px;">Limitations</h2>
<p style="color: #a0a0a0;">We are not liable for any damages arising from the use of this tool. Use of this
tool for illegal software piracy is strictly prohibited.</p>
</section>
<a href="index.html" class="btn-primary small">Back to Home</a>
</div>
</body>
</html>