Fully functional logic gates page
All checks were successful
Pre-release on non-main branches / prerelease (push) Successful in 28s

Signed-off-by: Alexander Lyall <alex@adcm.uk>
This commit is contained in:
2026-03-01 16:32:27 +00:00
parent ffab71cfcc
commit e0e72c17e8
16 changed files with 168 additions and 1585 deletions

View File

@@ -1,11 +0,0 @@
---
import Welcome from '../components/Welcome.astro';
import Layout from '../layouts/Layout.astro';
// Welcome to Astro! Wondering what to do next? Check out the Astro documentation at https://docs.astro.build
// Don't want to use any of this? Delete everything in this file, the `assets`, `components`, and `layouts` directories, and start fresh.
---
<Layout>
<Welcome />
</Layout>