This is just basic website for my web architecture course
You can try it yourself by creating a basic python server. If you have python installed you can launch it with the following command for python version over 3.x.x:
>python3 -m http.server
OR
>py -m http.server