diff --git a/.replit b/.replit new file mode 100644 index 0000000..0c0e34c --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "html" +run = "cd src; python -m http.server 8000" \ No newline at end of file