Files
my-portfolio/BeauFindlay/src/BeauFindlay.Client/wwwroot/index.html
2024-03-12 21:50:22 +00:00

35 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport"
content="width=device-width, initial-scale=1.0"/>
<title>Beau Findlay</title>
<base href="/"/>
<link rel="stylesheet"
href="css/app.min.css"/>
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"/>
</head>
<body class="bg-black font-mono text-slate-50 min-h-screen antialiased">
<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>
</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
defer></script>
<script src="js/recaptcha.js"></script>
</body>
</html>