Update S13: Practice 4 authored by Sergio Najib's avatar Sergio Najib
......@@ -74,7 +74,7 @@ The page is quite similar to the one we had for the **Green server**. Use the **
### Exercise 4: info/G and info/T
* **Filenames**: P04/html/info/G.html, P04/html/info/T.html, and P04/e4.py
* **Description**: Extend the previous web server fto provide information about bases **G** and **T** bases, in addition to A and C. They should be available in the **path /info/G** and **/info/T** respectively.
* **Description**: Extend the previous web server to provide information about bases **G** and **T** bases, in addition to A and C. They should be available in the **path /info/G** and **/info/T** respectively.
![](https://github.com/myTeachingURJC/2019-2020-PNE/raw/master/s13-http-2/exercises-05.png)
......
......