Skip to content

Commit

Permalink
Adds Osano cookie consent banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel Gonzalez committed Jan 14, 2024
1 parent 78b6495 commit 658cc69
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Osano cookie consent -->
<script src="https://cmp.osano.com/16BWNkU1MfIeFKXBu/7dae1bfe-d3c9-4c49-b7ee-000a14dbe956/osano.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-V596K22BS0"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-V596K22BS0');
gtag('config', 'G-V596K22BS0', { 'anonymize_ip': true });
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Compound Growth Simulator</title>
<link rel="stylesheet" href="/cagr-montecarlo-webpage/styles.css">
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet"> <!-- Google Fonts link -->
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
Expand Down Expand Up @@ -69,6 +71,6 @@ <h1>Simulate Compound Growth With Volatility</h1>
<!-- The 2D figure is displayed here -->
</div>
</div>
<script src="/cagr-montecarlo-webpage/script.js"></script>
<script src="script.js"></script>
</body>
</html>
56 changes: 56 additions & 0 deletions policy.html

Large diffs are not rendered by default.

0 comments on commit 658cc69

Please sign in to comment.