2025-03-25 22:20:19 +00:00

29 lines
960 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" />
<link
rel="apple-touch-icon"
href="https://cdn.tombutcher.work/favicon/favicon192.png"
/>
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="stylesheet" href="%PUBLIC_URL%/fonts.css?e=e.css" />
<link rel="stylesheet" href="%PUBLIC_URL%/global.css?t=test" />
<title>TOM BUTCHER</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>