-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
23 lines (23 loc) · 1.14 KB
/
terms.html
File metadata and controls
23 lines (23 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en"><head><meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Use - Declan Digital</title>
<style>
body{font-family:system-ui,sans-serif;max-width:720px;margin:0 auto;padding:40px 24px;background:#0a0a0f;color:#e0e0e0;line-height:1.7}
h1{color:#00d4ff;margin-bottom:8px}
.back{display:inline-block;margin-bottom:24px;color:#888}
</style>
</head>
<body><a class="back" href="index.html">← Back</a>
<h1>Terms of Use</h1>
<p><em>Last updated: 27 April 2026</em></p>
<h3>1. License</h3>
<p>Assets purchased from Declan Digital come with a royalty-free, perpetual license. You may use them in personal and commercial projects. You may not resell the raw asset files as-is.</p>
<h3>2. No Warranty</h3>
<p>Assets are provided "as is". We test every pack but cannot guarantee compatibility with every engine or toolchain.</p>
<h3>3. Refunds</h3>
<p>Refunds are handled through the platform of purchase (Gumroad / itch.io) per their policies.</p>
<h3>4. Contact</h3>
<p>Disputes or questions: <a href="mailto:declandigital@proton.me">declandigital@proton.me</a></p>
</body>
</html>