1
0
mirror of https://github.com/restoreddev/phpapprentice.git synced 2025-08-12 01:34:23 +02:00

Added new chapter to web section

This commit is contained in:
Andrew Davis
2019-04-29 20:14:53 -05:00
parent 6e47a563d3
commit dba80b93b9
3 changed files with 65 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
<ol>
<li><a href="<?= page_path('web/http') ?>">HTTP</a></li>
<li><a href="<?= page_path('web/http-post') ?>">HTTP POST</a></li>
<li><a href="<?= page_path('web/http-server') ?>">PHP HTTP Server</a></li>
</ol>
<a href="<?= page_path('credits') ?>">Credits</a>