Skip to content

Commit

Permalink
Adds Osano cookie consent banner (small fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel Gonzalez committed Jan 14, 2024
1 parent 658cc69 commit 5551e44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Compound Growth Simulator</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="/cagr-montecarlo-webpage/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 @@ -71,6 +71,6 @@ <h1>Simulate Compound Growth With Volatility</h1>
<!-- The 2D figure is displayed here -->
</div>
</div>
<script src="script.js"></script>
<script src="/cagr-montecarlo-webpage/script.js"></script>
</body>
</html>

0 comments on commit 5551e44

Please sign in to comment.