Skip to content

Commit 5b40f0d

Browse files
committed
added falstad live circuit simulator
1 parent 6e7886a commit 5b40f0d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/pages/links.astro

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import ListElement from "../components/elements/ListElement.astro";
77
let websites = [
88
{
99
text: "AlterHomeLabs",
10-
href: "https://alterhomelabs.org"
10+
href: "https://alterhomelabs.org",
1111
},
1212
{
1313
text: "NE0NBandit Street",
@@ -59,6 +59,10 @@ let webrings = [
5959
];
6060
6161
let tools = [
62+
{
63+
text: "Live Circuit Simulator",
64+
href: "https://www.falstad.com/circuit/circuitjs.html",
65+
},
6266
{
6367
text: "readme.so",
6468
href: "https://readme.so/",

0 commit comments

Comments
 (0)