-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrefund.html
More file actions
74 lines (66 loc) · 3.17 KB
/
refund.html
File metadata and controls
74 lines (66 loc) · 3.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Refund Policy - invoicemaker.me | Free Invoice Maker</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Refund policy for invoicemaker.me - understand our return policy for our free online invoice maker tool.">
<meta name="robots" content="index, follow">
<meta name="theme-color" content="#ffdd57">
<link rel="canonical" href="https://invoicemaker.me/refund">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://invoicemaker.me/refund">
<meta property="og:title" content="Refund Policy - invoicemaker.me">
<meta property="og:description" content="Refund policy for invoicemaker.me - understand our return policy.">
<meta property="og:site_name" content="invoicemaker.me">
<meta property="og:image" content="https://invoicemaker.me/assets/images/invoice-maker-hero.jpeg">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Refund Policy - invoicemaker.me">
<meta name="twitter:description" content="Refund policy for invoicemaker.me - understand our return policy.">
<meta name="twitter:image" content="https://invoicemaker.me/assets/images/invoice-maker-hero.jpeg">
<link rel="stylesheet" href="/assets/css/bulma.min.css">
<link rel="stylesheet" href="/assets/css/core.css">
<style>
.content-page { padding: 40px 0; }
.footer { margin-top: 50px; }
</style>
</head>
<body>
<header class="invoiceMaker_Head">
<nav class="navbar has-shadow">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item has-text-link" href="/">
<strong>invoicemaker.me</strong>
</a>
</div>
</div>
</nav>
</header>
<section class="section content-page">
<div class="container">
<div class="content">
<h1 class="title">Refund Policy</h1>
<p>As our service invoicemaker.me is a free tool, we do not charge for generating invoices.</p>
<h2>Voluntary Donations</h2>
<p>All donations made through services like "Buy Me a Coffee" are voluntary and non-refundable, as they are intended to support and develop the free project.</p>
<h2>Paid Services</h2>
<p>If paid subscriptions or premium features are introduced in the future, the refund rules will be updated in accordance with applicable consumer protection laws.</p>
</div>
</div>
</section>
<footer class="footer">
<div class="container has-text-centered">
<p>© 2026 invoicemaker.me. All rights reserved.</p>
<p>
<a href="/">Home</a> |
<a href="/terms">Terms of Use</a> |
<a href="/privacy">Privacy Policy</a> |
<a href="/refund">Refund Policy</a>
</p>
</div>
</footer>
</body>
</html>