feat: basic terminal printing

This commit is contained in:
2026-03-23 23:42:24 +01:00
parent 64717cc652
commit 6cc4837a8e
9 changed files with 176 additions and 5 deletions

9
src/styles/app.scss Normal file
View File

@@ -0,0 +1,9 @@
@forward "terminal.scss";
body {
margin: 0;
}
* {
box-sizing: border-box;
}