24 lines
767 B
HTML
24 lines
767 B
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" />
|
|
<!-- If you add any scoped CSS files, uncomment the following to load them
|
|
<link href="BeauFindlay.styles.css" rel="stylesheet" /> -->
|
|
</head>
|
|
|
|
<body class="bg-black font-mono text-slate-50 min-h-screen subpixel-antialiased">
|
|
<div id="app" class="p-8">
|
|
<div class="flex items-center justify-center text-xl">
|
|
<p>Loading beaufindlay.com<span class="blinking-cursor">|</span></p>
|
|
</div>
|
|
</div>
|
|
<script src="_framework/blazor.webassembly.js"></script>
|
|
</body>
|
|
|
|
</html>
|