Initial commit

This commit is contained in:
Brendan
2024-11-28 21:32:33 +00:00
commit 2d9757a346
5 changed files with 277 additions and 0 deletions

10
.replit Normal file
View File

@@ -0,0 +1,10 @@
entrypoint="index.html"
hidden=[".config"]
modules = ["web:v2-20230623-0b7a606"]
[nix]
channel = "stable-23_11"
[deployment]
publicDir = "/"
deploymentTarget = "static"