-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdisclaimer.html
More file actions
73 lines (67 loc) · 4.31 KB
/
disclaimer.html
File metadata and controls
73 lines (67 loc) · 4.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Disclaimer for PassiveCash.xyz. Information provided is for educational purposes only and not financial advice. Consult a professional.">
<title>Disclaimer - PassiveCash.xyz</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Q203YEXP0D"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Q203YEXP0D');
</script>
<link rel="preload" href="style.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="style.css"></noscript>
<!-- Social Media Meta Tags -->
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.passivecash.xyz/disclaimer.html">
<meta property="og:title" content="Disclaimer - PassiveCash.xyz">
<meta property="og:description" content="Disclaimer for PassiveCash.xyz. Information provided is for educational purposes only and not financial advice. Consult a professional.">
<meta property="og:image" content="https://www.passivecash.xyz/images/logo.jpg">
<meta property="og:site_name" content="PassiveCash.xyz">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://www.passivecash.xyz/disclaimer.html">
<meta name="twitter:title" content="Disclaimer - PassiveCash.xyz">
<meta name="twitter:description" content="Disclaimer for PassiveCash.xyz. Information provided is for educational purposes only and not financial advice. Consult a professional.">
<meta name="twitter:image" content="https://www.passivecash.xyz/images/logo.jpg">
</head>
<body>
<nav class="navbar">
<div class="container">
<a href="index.html" class="logo">PassiveCash.xyz</a>
<!-- Hamburger Button -->
<button id="hamburger-btn" aria-label="Toggle Navigation Menu" aria-expanded="false">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</button>
<!-- Navigation Links -->
<ul id="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="calculators.html">Calculators</a></li>
<li><a href="crypto.html">Crypto</a></li>
<li><a href="market.html">Market</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="disclaimer.html" class="active">Disclaimer</a></li>
</ul>
</div>
</nav>
<!-- Advertisement Bar -->
<div id="advertisement"></div>
<div class="content-container">
<h1>Disclaimer</h1>
<p>The information contained on this website and the resources available through this website are not intended as, and shall not be understood or construed as, financial advice. I am not an attorney, accountant or financial advisor, nor am I holding myself out to be, and the information contained on this website is not a substitute for financial advice from a professional who is aware of the facts and circumstances of your individual situation.</p>
<p>I have done my best to ensure that the information provided on this website and the resources available are accurate and provide valuable information. Regardless of anything to the contrary, nothing available on or through this website should be understood as a recommendation that you should not consult with a financial professional to address your particular information. I recommend that you seek advice from a professional.</p>
<p>I shall not be held liable or responsible for any errors or omissions on this website or for any damage you may suffer due to failing to seek competent financial advice from a professional who is familiar with your situation.</p>
</div>
<!-- Hamburger Menu Script is now in js/main.js -->
<!-- Advertisement Script -->
<script src="js/advertisement.js"></script>
<script src="js/main.js"></script> <!-- Include consolidated main script -->
</body>
</html>