Importing todo-single app for Lab 6.5

This commit is contained in:
Ravi Srinivasan
2019-06-21 10:40:58 +05:30
parent e347c8fb93
commit fe67a607e6
20 changed files with 1160 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>