mirror of
https://github.com/renee-png/acmcc.git
synced 2026-06-21 01:40:01 +00:00
Add ACMCC app source, Supabase backend, and project config
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+41
@@ -0,0 +1,41 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<!-- TODO: Set the document title to the name of your application -->
|
||||
<title>Community Cloud | Avria Community Management</title>
|
||||
<meta name="description" content="A community cloud platform for managing and sharing resources.">
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap" rel="stylesheet">
|
||||
<meta name="author" content="Lovable" />
|
||||
|
||||
<!-- TODO: Update og:title to match your application name -->
|
||||
|
||||
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:image" content="https://pub-bb2e103a32db4e198524a2e9ed8f35b4.r2.dev/ffa7f4a3-1ea8-4fc2-8d67-4091d4bf86c3/id-preview-74469638--4ec621fe-9fba-4d11-bb8e-67ea3df47c50.lovable.app-1773709737460.png">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:site" content="@Lovable" />
|
||||
<meta name="twitter:image" content="https://pub-bb2e103a32db4e198524a2e9ed8f35b4.r2.dev/ffa7f4a3-1ea8-4fc2-8d67-4091d4bf86c3/id-preview-74469638--4ec621fe-9fba-4d11-bb8e-67ea3df47c50.lovable.app-1773709737460.png">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<meta property="og:title" content="Community Cloud | Avria Community Management">
|
||||
<meta name="twitter:title" content="Community Cloud | Avria Community Management">
|
||||
<meta property="og:description" content="A community cloud platform for managing and sharing resources.">
|
||||
<meta name="twitter:description" content="A community cloud platform for managing and sharing resources.">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user