ZoeysBits/public/index.html
2025-02-02 17:03:52 +01:00

25 lines
922 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://librebun.com/" property="og:url" />
<meta content="https://librebun.com/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>