Initial commit, including all apps previously in course

This commit is contained in:
Jordi Sola
2019-10-04 13:04:03 +02:00
parent a87e659954
commit f7cd8963ef
58 changed files with 2529 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<html>
<head>
<title>HTML5 Todo App</title>
</head>
<body>
<h1>Test HTML page</h1>
<hr/>
<p>
This is just a test page to check Apache Httpd is working before involving Angular and the REST services.
</p>
</body>
</html>