-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (24 loc) · 1.64 KB
/
index.html
File metadata and controls
28 lines (24 loc) · 1.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bricks - Free Lightweight Clay Alternative | Data Enrichment Tool</title>
<meta name="description" content="Free, lightweight alternative to Clay for data enrichment. Transform your CSV data with JavaScript formulas - no signup required. Fast, browser-based data processing and enrichment tool." />
<meta name="keywords" content="Clay alternative, free data enrichment, CSV processor, data transformation, lightweight data tool, browser-based spreadsheet, JavaScript formulas, data enrichment tool, free Clay, CSV enrichment" />
<meta name="author" content="Bricks" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Bricks - Free Lightweight Clay Alternative" />
<meta property="og:description" content="Free, lightweight alternative to Clay for data enrichment. Transform your CSV data with JavaScript formulas - no signup required. Fast, browser-based processing." />
<meta property="og:url" content="https://data-vibe-sheet.com" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="Bricks - Free Lightweight Clay Alternative" />
<meta property="twitter:description" content="Free, lightweight alternative to Clay for data enrichment. Transform your CSV data with JavaScript formulas - no signup required." />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>