adding repl it file

This commit is contained in:
Mark MacKay 2021-03-24 16:05:12 -06:00
parent e634d69660
commit 506ee9c80d

2
.replit Normal file
View file

@ -0,0 +1,2 @@
language = "html"
run = "cd src; python -m http.server 8000"