Initial commit: logic gate simulator

This commit is contained in:
Jose Luis Montañes
2026-03-19 18:37:39 +01:00
commit 1f95b1a97a
2 changed files with 583 additions and 0 deletions

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM nginx:alpine
COPY index.html /usr/share/nginx/html/index.html
EXPOSE 80