-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
49 lines (49 loc) · 3.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!doctype html>
<html lang="en">
<head>
<meta name="google-site-verification" content="q5cWmcCv9eXAYeNnAQfp-HfoWeMrRSpzMbauQEFZyLs" />
<meta charset="UTF-8" />
<meta
property="twitter:image"
content="https://cincccptobelmodposou.supabase.co/storage/v1/object/public/service/Google_Chat_Logo_512px.png"
/>
<meta
property="twitter:card"
content="https://cincccptobelmodposou.supabase.co/storage/v1/object/public/service/Google_Chat_Logo_512px.png"
/>
<meta property="twitter:title" content="Chat with Vue.js and Supabase Realtime" />
<meta
property="twitter:description"
content="Built with Vue.js and Supabase, this website is a powerful and versatile tool that can be used for a variety of purposes. Vue.js is a popular JavaScript framework that makes it easy to build user interfaces. It is known for its simplicity, flexibility, and performance. Supabase is an open-source Firebase alternative that provides a Postgres database, authentication, instant APIs, edge functions, realtime subscriptions, storage, and vector embeddings.Together, Vue.js and Supabase make it easy to build fast, scalable, and secure web applications."
/>
<meta
property="description"
content="Built with Vue.js and Supabase, this website is a powerful and versatile tool that can be used for a variety of purposes. Vue.js is a popular JavaScript framework that makes it easy to build user interfaces. It is known for its simplicity, flexibility, and performance. Supabase is an open-source Firebase alternative that provides a Postgres database, authentication, instant APIs, edge functions, realtime subscriptions, storage, and vector embeddings.Together, Vue.js and Supabase make it easy to build fast, scalable, and secure web applications."
/>
<meta
property="og:image"
content="https://cincccptobelmodposou.supabase.co/storage/v1/object/public/service/Google_Chat_Logo_512px.png"
/>
<meta property="og:title" content="Chat Vue.js and Supabase" />
<meta
property="og:description"
content="Built with Vue.js and Supabase, this website is a powerful and versatile tool that can be used for a variety of purposes. Vue.js is a popular JavaScript framework that makes it easy to build user interfaces. It is known for its simplicity, flexibility, and performance. Supabase is an open-source Firebase alternative that provides a Postgres database, authentication, instant APIs, edge functions, realtime subscriptions, storage, and vector embeddings.Together, Vue.js and Supabase make it easy to build fast, scalable, and secure web applications."
/>
<meta property="og:url" content="https://vue-chat-lovat.vercel.app/" />
<meta
property="description"
content="Built with Vue.js and Supabase, this website is a powerful and versatile tool that can be used for a variety of purposes. Vue.js is a popular JavaScript framework that makes it easy to build user interfaces. It is known for its simplicity, flexibility, and performance. Supabase is an open-source Firebase alternative that provides a Postgres database, authentication, instant APIs, edge functions, realtime subscriptions, storage, and vector embeddings.Together, Vue.js and Supabase make it easy to build fast, scalable, and secure web applications."
/>
<link rel="icon" href="/src/assets/favicon.png" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,1,-25"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Realtime Chat</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>