mirror of
https://git.gay/DeltaStudio/PufokReactApp.git
synced 2025-07-18 13:52:25 +07:00
34 lines
1.2 KiB
HTML
34 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="theme-color" content="#000000" />
|
|
|
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
<title>pufok's network</title>
|
|
|
|
<!-- Open Graph Meta Tags -->
|
|
<meta property="og:title" content="pufok's network" />
|
|
<meta property="og:description" content="The tiny universe of a silly little fox named pufok." />
|
|
<meta property="og:image" content="https://pufok.gay/PublicResources/logo512.png" />
|
|
<meta property="og:url" content="https://pufok.gay/" />
|
|
<meta property="og:type" content="website" />
|
|
|
|
<!-- Twitter Cards -->
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:title" content="pufok's network">
|
|
<meta name="twitter:description" content="The tiny universe of a silly little fox named pufok.">
|
|
<meta name="twitter:image" content="https://pufok.gay/PublicResources/logo512.png">
|
|
</head>
|
|
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this site.</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
|
|
</html> |