Files
38a9e953-02e9-45a9-8c19-172…/index.html
kudinDmitriyUp bdad1a7728 Initial commit
2026-04-21 12:33:19 +00:00

20 lines
1.1 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PawsHome Pet Shelter | Adopt A Friend</title>
<meta property="og:title" content="PawsHome Pet Shelter | Adopt A Friend" />
<meta name="twitter:title" content="PawsHome Pet Shelter | Adopt A Friend" />
<meta name="description" content="Welcome to PawsHome, a pet shelter dedicated to giving rescued animals a second chance. Adopt your new best friend today." />
<meta property="og:description" content="Welcome to PawsHome, a pet shelter dedicated to giving rescued animals a second chance. Adopt your new best friend today." />
<meta name="twitter:description" content="Welcome to PawsHome, a pet shelter dedicated to giving rescued animals a second chance. Adopt your new best friend today." />
<meta name="keywords" content="pet shelter, animal rescue, adopt a pet, rescue dog, rescue cat" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>