-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (31 loc) · 1.68 KB
/
Copy pathindex.html
File metadata and controls
31 lines (31 loc) · 1.68 KB
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
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="dark" />
<title>Typecast · image to binary, ASCII & character art</title>
<meta name="description" content="Convert images to binary, ASCII, and character art in the browser. Zoom, color modes, export HD to 8K." />
<meta name="theme-color" content="#09090b" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Typecast" />
<link rel="manifest" href="/manifest.webmanifest" />
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/icon-512.svg" />
<meta property="og:title" content="Typecast" />
<meta property="og:description" content="Images → binary, ASCII & character art. Local browser converter." />
<meta property="og:url" content="https://typecast2.vercel.app" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://typecast2.vercel.app/og.svg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Typecast" />
<meta name="twitter:description" content="Images → binary, ASCII & character art. Local browser converter." />
<meta name="twitter:image" content="https://typecast2.vercel.app/og.svg" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>