ZoeysBits/public/index.html

26 lines
932 B
HTML
Raw Normal View History

2024-01-14 09:02:42 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
2024-01-14 11:24:34 +01:00
<link rel="icon" href="%PUBLIC_URL%/bunnie48px.png" />
2024-01-14 09:02:42 +01:00
<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" />
2024-01-14 09:02:42 +01:00
<meta
name="description"
content="Somebunny's place."
2024-01-14 09:02:42 +01:00
/>
2024-01-14 11:24:34 +01:00
<link rel="apple-touch-icon" href="%PUBLIC_URL%/bunnie48px.png" />
2024-01-14 09:02:42 +01:00
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
2024-01-14 11:24:34 +01:00
<title>Zoey's Bits</title>
2024-01-14 09:02:42 +01:00
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>