Merge pull request #1 from jasonmhead/main

.bat file to launch python simple server for windows port 3456
This commit is contained in:
tim h 2022-11-16 16:39:40 -06:00 committed by GitHub
commit 76f698822f

2
webui.bat Normal file
View file

@ -0,0 +1,2 @@
@echo off
python -m http.server 3456