ZoeysBits/public/index.html
Zoey b22218d80f Update May 2024
Added new links, images, fixed margins, padding, flex
Added discord embed meta tags
fixed some things being selectable
2024-05-16 18:37:55 +02:00

26 lines
932 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/bunnie48px.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta content="#763568" data-react-helmet="true" name="theme-color" />
<meta content="Zoey's Bits" property="og:title" />
<meta content="Somebunny's place." property="og:description" />
<meta content="https://bits.li-yo.ts.net/" property="og:url" />
<meta content="https://bits.li-yo.ts.net/bunnie96px.png" property="og:image" />
<meta
name="description"
content="Somebunny's place."
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/bunnie48px.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Zoey's Bits</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>