Skip to content

Commit

Permalink
add description to page
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Jun 5, 2024
1 parent d8bc6f7 commit a0ba810
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/tsdot.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>kicad viewer - tscircuit</title>
<title>KiCad Viewer - tscircuit</title>
<meta
name="description"
content="View KiCad PCB Footprints in the browser, measure dimensions, browse and search all available footprints"
/>
<meta name="keywords" content="KiCad, PCB, Footprints, dimensions" />
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit a0ba810

Please sign in to comment.