Tom Butcher 70c8020c6e
Some checks failed
tombutcher.work/tombutcher-ui/pipeline/head There was a failure building this commit
Added changes
2025-04-06 23:36:35 +01:00

33 lines
1006 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link
rel="icon"
href="https://cdn.tombutcher.work/favicon/favicon.ico"
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover"
/>
<meta
name="description"
content="Tom Butcher's Personal Website 2025"
/>
<link
rel="apple-touch-icon"
href="https://cdn.tombutcher.work/favicon/favicon192.png"
/>
<link rel="stylesheet" href="/global.css" />
<link rel="stylesheet" href="/fonts.css" />
<link rel="manifest" href="/manifest.json" />
<title>TOM BUTCHER</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>