update fav icons
This commit is contained in:
parent
761a6416ab
commit
a27826cdc0
|
|
@ -1,14 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Flowise - Low-code LLM apps builder</title>
|
||||
<title>Flowise - Build AI Agents, Visually</title>
|
||||
<link rel="icon" href="favicon.ico" />
|
||||
<!-- Meta Tags-->
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#2296f3" />
|
||||
<meta name="title" content="Flowise - Low-code LLM apps builder" />
|
||||
<meta name="description" content="Drag & drop UI to build your customized LLM flow" />
|
||||
<meta name="title" content="Flowise - Build AI Agents, Visually" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Open source generative AI development platform for building AI agents, LLM orchestration, and more"
|
||||
/>
|
||||
<meta name="keywords" content="react, material-ui, workflow automation, llm, artificial-intelligence" />
|
||||
<meta name="author" content="FlowiseAI" />
|
||||
<!-- Open Graph / Facebook -->
|
||||
|
|
@ -16,13 +19,19 @@
|
|||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://flowiseai.com/" />
|
||||
<meta property="og:site_name" content="flowiseai.com" />
|
||||
<meta property="og:title" content="Flowise - Low-code LLM apps builder" />
|
||||
<meta property="og:description" content="Drag & drop UI to build your customized LLM flow" />
|
||||
<meta property="og:title" content="Flowise - Build AI Agents, Visually" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Open source generative AI development platform for building AI agents, LLM orchestration, and more"
|
||||
/>
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image" />
|
||||
<meta property="twitter:url" content="https://twitter.com/FlowiseAI" />
|
||||
<meta property="twitter:title" content="Flowise - Low-code LLM apps builder" />
|
||||
<meta property="twitter:description" content="Drag & drop UI to build your customized LLM flow" />
|
||||
<meta property="twitter:title" content="Flowise - Build AI Agents, Visually" />
|
||||
<meta
|
||||
property="twitter:description"
|
||||
content="Open source generative AI development platform for building AI agents, LLM orchestration, and more"
|
||||
/>
|
||||
<meta name="twitter:creator" content="@FlowiseAI" />
|
||||
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" />
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 287 B After Width: | Height: | Size: 750 B |
Binary file not shown.
|
Before Width: | Height: | Size: 589 B After Width: | Height: | Size: 1.8 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
|
@ -1,15 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Flowise - Low-code LLM apps builder</title>
|
||||
<title>Flowise - Build AI Agents, Visually</title>
|
||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||
<!-- Meta Tags-->
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#2296f3" />
|
||||
<meta name="title" content="Flowise - Low-code LLM apps builder" />
|
||||
<meta name="description" content="Flowise helps you to better integrate Web3 with existing Web2 applications" />
|
||||
<meta name="keywords" content="react, material-ui, reactjs, reactjs, workflow automation, web3, web2, blockchain" />
|
||||
<meta name="title" content="Flowise - Build AI Agents, Visually" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Open source generative AI development platform for building AI agents, LLM orchestration, and more"
|
||||
/>
|
||||
<meta
|
||||
name="keywords"
|
||||
content="react, material-ui, reactjs, reactjs, workflow automation, generative AI, AI agents, LLM orchestration"
|
||||
/>
|
||||
<meta name="author" content="CodedThemes" />
|
||||
<!-- Open Graph / Facebook -->
|
||||
<meta property="og:locale" content="en_US" />
|
||||
|
|
@ -17,19 +23,19 @@
|
|||
<meta property="og:url" content="https://flowiseai.com/" />
|
||||
<meta property="og:site_name" content="flowiseai.com" />
|
||||
<meta property="article:publisher" content="https://www.facebook.com/codedthemes" />
|
||||
<meta property="og:title" content="Flowise - Low-code LLM apps builder" />
|
||||
<meta property="og:title" content="Flowise - Build AI Agents, Visually" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Build customized LLM orchestration flow & agents, enable quick iterations from testing to production"
|
||||
content="Open source generative AI development platform for building AI agents, LLM orchestration, and more"
|
||||
/>
|
||||
<meta property="og:image" content="https://flowiseai.com/og-image/og-facebook.png" />
|
||||
<!-- Twitter -->
|
||||
<meta property="twitter:card" content="summary_large_image" />
|
||||
<meta property="twitter:url" content="https://flowiseai.com" />
|
||||
<meta property="twitter:title" content="Flowise - Low-code LLM apps builder" />
|
||||
<meta property="twitter:title" content="Flowise - Build AI Agents, Visually" />
|
||||
<meta
|
||||
property="twitter:description"
|
||||
content="Build customized LLM orchestration flow & agents, enable quick iterations from testing to production"
|
||||
content="Open source generative AI development platform for building AI agents, LLM orchestration, and more"
|
||||
/>
|
||||
<meta property="twitter:image" content="https://flowiseai.com/og-image/og-twitter.png" />
|
||||
<meta name="twitter:creator" content="@codedthemes" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue