feat: add meta tags
This commit is contained in:
parent
e942fce4b4
commit
3e9fc81e02
1 changed files with 8 additions and 0 deletions
|
|
@ -10,6 +10,14 @@
|
||||||
<link rel="manifest" href="/manifest.json" />
|
<link rel="manifest" href="/manifest.json" />
|
||||||
<link rel="icon" href="/favicon.ico" />
|
<link rel="icon" href="/favicon.ico" />
|
||||||
<link rel="apple-touch-icon" href="/apple-icon.png" />
|
<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>
|
</head>
|
||||||
<body style="background:#000">
|
<body style="background:#000">
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue