-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (58 loc) · 2.46 KB
/
Copy pathindex.html
File metadata and controls
67 lines (58 loc) · 2.46 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary SEO -->
<title>PCBBurn – Convert tscircuit & KiCad PCB Designs to LBRN for LightBurn</title>
<meta
name="description"
content="PCBBurn converts KiCad and tscircuit PCB designs into LightBurn-ready LBRN files. Upload, preview layers, tune laser settings, and export precision PCB burn files in seconds."
/>
<link rel="canonical" href="https://pcbburn.com/" />
<!-- Favicon -->
<link rel="icon" href="/favicon.ico" type="image/x-icon" sizes="16x16" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:title" content="PCBBurn – Convert tscircuit & KiCad PCB Designs to LBRN for LightBurn" />
<meta
property="og:description"
content="Convert tscircuit and KiCad PCB layouts into LightBurn-ready LBRN files. Preview, tune, and export precision laser PCB burn files for fabrication."
/>
<meta property="og:url" content="https://pcbburn.com/" />
<meta property="og:image" content="https://pcbburn.com/assets/board.jpeg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="PCBBurn – Convert tscircuit & KiCad PCB Designs to LBRN for LightBurn" />
<meta
name="twitter:description"
content="Convert tscircuit and KiCad PCB designs into LBRN files for LightBurn. Preview layers, adjust laser parameters, and export fabrication-ready PCB burn files."
/>
<meta name="twitter:image" content="https://pcbburn.com/assets/board.jpeg" />
<!-- JSON-LD structured data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "PCBBurn",
"url": "https://pcbburn.com/",
"description": "Convert tscircuit and KiCad PCB designs into LightBurn-ready LBRN files for precision laser PCB fabrication.",
"applicationCategory": "DeveloperApplication",
"operatingSystem": "Any",
"creator": {
"@type": "Organization",
"name": "tscircuit"
}
}
</script>
</head>
<body>
<noscript>
<h1>PCBBurn – Convert tscircuit & KiCad PCB Designs to LBRN for LightBurn</h1>
</noscript>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>