feat: add meta tags

This commit is contained in:
Jet Pham 2026-03-05 10:11:53 -08:00
parent e942fce4b4
commit 3e9fc81e02
No known key found for this signature in database

View file

@ -10,6 +10,14 @@
<link rel="manifest" href="/manifest.json" />
<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/apple-icon.png" />
<link rel="preload" href="/Web437_IBM_VGA_8x16.woff" as="font" type="font/woff" crossorigin />
<meta property="og:title" content="Jet Pham - Software Extremist" />
<meta property="og:description" content="Jet Pham's personal website" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://jetpham.com" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Jet Pham - Software Extremist" />
<meta name="twitter:description" content="Jet Pham's personal website" />
</head>
<body style="background:#000">
<div id="root"></div>