-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (30 loc) · 2.34 KB
/
index.html
File metadata and controls
33 lines (30 loc) · 2.34 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
32
33
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no" />
<title>codiff</title>
<meta name="description" content="codiff is a diff tool that can find the difference between two text documents. Just paste or drag and drop." />
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
<link rel="canonical" href="https://codiff.vercel.app" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://codiff.vercel.app" />
<meta property="og:image" content="https://codiff.vercel.app/og.png" />
<meta property="og:title" content="codiff" />
<meta property="og:description" content="codiff is a diff tool that can find the difference between two text documents. Just paste or drag and drop." />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://codiff.vercel.app" />
<meta property="twitter:image" content="https://codiff.vercel.app/og.png" />
<meta property="twitter:title" content="codiff" />
<meta property="twitter:description" content="codiff is a diff tool that can find the difference between two text documents. Just paste or drag and drop." />
<meta name="robots" content="max-image-preview:large" />
</head>
<body class="bg-neutral-900 text-neutral-50 min-h-dvh antialiased">
<div id="root" class="min-h-dvh">
<div id="loading" class="grid place-items-center min-h-dvh">
<svg xmlns="http://www.w3.org/2000/svg" width="2rem" height="2rem" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path stroke-dasharray="16" stroke-dashoffset="16" d="M12 3c4.97 0 9 4.03 9 9"><animate fill="freeze" attributeName="stroke-dashoffset" dur="0.3s" values="16;0"/><animateTransform attributeName="transform" dur="1.5s" repeatCount="indefinite" type="rotate" values="0 12 12;360 12 12"/></path><path stroke-dasharray="64" stroke-dashoffset="64" stroke-opacity="0.3" d="M12 3c4.97 0 9 4.03 9 9c0 4.97 -4.03 9 -9 9c-4.97 0 -9 -4.03 -9 -9c0 -4.97 4.03 -9 9 -9Z"><animate fill="freeze" attributeName="stroke-dashoffset" dur="1.2s" values="64;0"/></path></g></svg>
</div>
</div>
<script type="module" async src="/src/index.tsx"></script>
</body>
</html>