DO180-apps/todoapp/nodejs/todo/hello.html

12 lines
232 B
HTML

<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>