First public commit

This commit is contained in:
ben
2018-09-18 10:52:38 +02:00
commit f57654b84b
58 changed files with 9728 additions and 0 deletions

3
website/start_server.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
echo "http://127.0.0.1:8000"
python -m SimpleHTTPServer 8000