Skip to content

Commit af0974b

Browse files
committed
favicon.ico
1 parent fd6a826 commit af0974b

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

components/footer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const Footer = () => {
2424
<div className="flex flex-col justify-center items-center md:items-start gap-2 mb-10 text-sm">
2525
<a className="link link-hover" href="mailto:sparrowwht7@gmail.com">email</a>
2626
<a target="_blank" rel="noopener" className="link link-hover" href="https://twitter.com/haitaowu18">
27-
<svg stroke="currentColor" fill="none" stroke-width="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" height="20px" width="20px" xmlns="http://www.w3.org/2000/svg"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M4 4l11.733 16h4.267l-11.733 -16z"></path><path d="M4 20l6.768 -6.768m2.46 -2.46l6.772 -6.772"></path></svg>
27+
<svg stroke="currentColor" fill="none" strokeWidth="2" viewBox="0 0 24 24" stroke-linecap="round" stroke-linejoin="round" height="20px" width="20px" xmlns="http://www.w3.org/2000/svg"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M4 4l11.733 16h4.267l-11.733 -16z"></path><path d="M4 20l6.768 -6.768m2.46 -2.46l6.772 -6.772"></path></svg>
2828
</a>
2929
</div>
3030
</div>

pages/_document.tsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ export default function Document() {
44
return (
55
<Html lang="en">
66
<Head>
7+
<title>ancodeai</title>
8+
<meta name="description" content="AI-Powered Website Code Creation, By using OpenAI and Gemini technologies to generate highly available code, it supports web (React, Vue, Tailwind CSS, shadcn/ui), native (react native) and other codes. It is generated using GPT-4 Vision. Code is generated by taking screenshots, drawing drafts, and inputting ideas."/>
9+
<meta name="robots" content="index, follow"/>
10+
<meta property="og:locale" content="en_US" />
11+
<meta property="og:type" content="website" />
12+
<meta property="og:title" content="ancodeai - AI-Powered Website Code Creation" />
13+
<meta property="og:description" content="Streamline web design with www.ancodeai.com: Convert ideas and images to HTML code instantly using AI, with Tailwind, React, and Vue support." />
14+
<meta property="og:url" content="https://www.ancodeai.com/" />
15+
<meta property="og:site_name" content="ancodeai" />
16+
<meta name="twitter:card" content="summary_large_image" />
17+
<meta name="twitter:title" content="ancodeai - AI-Powered Website Code Creation" />
18+
<meta name="twitter:description" content="Streamline web design with www.ancodeai.com: Convert ideas and images to HTML code instantly using AI, with Tailwind, React, and Vue support." />
719
<script id="inline-script" dangerouslySetInnerHTML={{ __html: `window.EXCALIDRAW_ASSET_PATH = "/"` }} />
820
</Head>
921
<body>

public/favicon.ico

-10.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)