Files
Jody-Portfolio/index.html
2026-02-18 23:03:52 -06:00

19 lines
494 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/jh-logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Jody Holt</title>
</head>
<body>
<div id="root"></div>
<script
src="https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit"
async
defer
></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>