React/Vite/shadcn-ui site for Gigafibre ISP. Address qualification via PostgreSQL (5.2M AQ addresses, pg_trgm fuzzy search). No Supabase dependency for address search. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
23 lines
918 B
HTML
23 lines
918 B
HTML
<!doctype html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
|
||
<title>Targo</title>
|
||
<meta name="description" content="TARGO – Internet fibre optique, télévision HD et téléphonie résidentielle. 100% fibre locale au Québec." />
|
||
<meta name="author" content="TARGO Communications" />
|
||
|
||
<meta property="og:title" content="TARGO – Internet fibre optique locale" />
|
||
<meta property="og:description" content="Internet fibre optique, télévision HD et téléphonie résidentielle. 100% fibre locale au Québec." />
|
||
<meta property="og:type" content="website" />
|
||
|
||
<meta name="twitter:card" content="summary_large_image" />
|
||
</head>
|
||
|
||
<body>
|
||
<div id="root"></div>
|
||
<script type="module" src="/src/main.tsx"></script>
|
||
</body>
|
||
</html>
|