Initial commit, including all apps previously in course
This commit is contained in:
12
todoapp/nodejs/todo/hello.html
Normal file
12
todoapp/nodejs/todo/hello.html
Normal 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>
|
||||
Reference in New Issue
Block a user