26 lines
1.2 KiB
HTML
26 lines
1.2 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta name="apple-mobile-web-app-title" content="Jet Pham" />
|
|
<title>Jet Pham - Software Extremist</title>
|
|
<meta name="description" content="Jet Pham's personal website" />
|
|
<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>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|