diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..f873f0e --- /dev/null +++ b/Dockerfile @@ -0,0 +1,7 @@ +FROM archlinux:base + +RUN pacman -Sy --noconfirm zsh ttyd + +EXPOSE 7681 + +ENTRYPOINT [ "ttyd", "zsh", "-i" ] diff --git a/create-schema.sh b/create-schema.sh old mode 100755 new mode 100644 diff --git a/custom.css b/custom.css new file mode 100644 index 0000000..b49c297 --- /dev/null +++ b/custom.css @@ -0,0 +1,6 @@ +:root { + --background-color: rgba(40, 42, 54, 0.8); /* Dracula dark */ + --foreground-color: #f8f8f2; + --cursor-color: #f8f8f2; + --font-family: "Fira Code", monospace; +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..0bbd1e8 --- /dev/null +++ b/index.html @@ -0,0 +1,114 @@ + + +
+ +