Add cookie banner

This commit is contained in:
2024-03-12 22:42:19 +00:00
parent a5c856552a
commit 0db28162c5

View File

@@ -5,7 +5,8 @@
<meta charset="utf-8"/>
<meta name="viewport"
content="width=device-width, initial-scale=1.0"/>
<title>Beau Findlay</title>
<title>Beau
Findlay</title>
<base href="/"/>
<link rel="stylesheet"
href="css/app.min.css"/>
@@ -17,18 +18,24 @@
</head>
<body class="bg-black font-mono text-slate-50 min-h-screen antialiased">
<div id="app" class="h-full">
<div id="app"
class="h-full">
<div class="flex items-center justify-center text-2xl">
<p class="py-10">
Loading beaufindlay.com<span class="blinking-cursor">|</span>
Loading
beaufindlay.com<span class="blinking-cursor">|</span>
</p>
</div>
</div>
<script src="js/smoothScroll.js"></script>
<script src="_framework/blazor.webassembly.js"></script>
<script src="https://www.google.com/recaptcha/api.js?render=6LcvxZIpAAAAAOIP5L6kGngwDZRpwkTdMezPn06x" async
<script src="https://www.google.com/recaptcha/api.js?render=6LcvxZIpAAAAAOIP5L6kGngwDZRpwkTdMezPn06x"
async
defer></script>
<script src="js/recaptcha.js"></script>
<script id="cookieyes"
type="text/javascript"
src="https://cdn-cookieyes.com/client_data/a05e8ecc917e725a2226b46a/script.js"></script>
</body>
</html>