refactor: migrating to monorepo format
This commit is contained in:
69
packages/frontend/index.html
Normal file
69
packages/frontend/index.html
Normal file
@@ -0,0 +1,69 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" href="/favicon.png" type="image/png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<!-- Primary Meta Tags -->
|
||||
<title>Victoria Way Carpark Campaign - Woking Needs Parking Solutions | Sign the Petition</title>
|
||||
<meta name="title" content="Victoria Way Carpark Campaign - Woking Needs Parking Solutions" />
|
||||
<meta name="description" content="Sign the petition asking Woking Council to provide updates and adequate parking solutions for Enterprise Place residents after Victoria Way Carpark closure. 300+ residents affected." />
|
||||
<meta name="keywords" content="Victoria Way Carpark, Woking parking, Enterprise Place, Woking Council, parking petition, Woking residents, DoubleTree Hilton parking, Woking campaign" />
|
||||
<meta name="author" content="Enterprise Place Residents" />
|
||||
<link rel="canonical" href="https://victoria-way-carpark.lovable.app/" />
|
||||
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://victoria-way-carpark.lovable.app/" />
|
||||
<meta property="og:title" content="Victoria Way Carpark Campaign - Woking Needs Parking Solutions" />
|
||||
<meta property="og:description" content="Sign the petition asking Woking Council to provide updates and adequate parking solutions for this area of Woking after Victoria Way Carpark closure. 300+ residents affected." />
|
||||
<meta property="og:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
|
||||
<meta property="og:site_name" content="Victoria Way Carpark Campaign" />
|
||||
<meta property="og:locale" content="en_GB" />
|
||||
|
||||
<!-- Twitter -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:url" content="https://victoria-way-carpark.lovable.app/" />
|
||||
<meta name="twitter:title" content="Victoria Way Carpark Campaign - Woking Needs Parking Solutions" />
|
||||
<meta name="twitter:description" content="Sign the petition for Woking Council to provide parking solutions for Enterprise Place residents after Victoria Way Carpark closure." />
|
||||
<meta name="twitter:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
|
||||
|
||||
<!-- Structured Data / JSON-LD -->
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebSite",
|
||||
"name": "Victoria Way Carpark Campaign",
|
||||
"url": "https://victoria-way-carpark.lovable.app/",
|
||||
"description": "Petition campaign for Woking Council to provide parking solutions after Victoria Way Carpark closure"
|
||||
}
|
||||
</script>
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "PetitionAction",
|
||||
"name": "Victoria Way Carpark: Woking Needs Parking Solutions",
|
||||
"description": "We support safety-first action, but this area of Woking needs adequate parking and communication from the council",
|
||||
"target": {
|
||||
"@type": "Organization",
|
||||
"name": "Woking Borough Council"
|
||||
},
|
||||
"location": {
|
||||
"@type": "Place",
|
||||
"name": "Enterprise Place, Woking",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"addressLocality": "Woking",
|
||||
"addressCountry": "GB"
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user