DO288-apps/todo-frontend/src/hello.html
2021-06-15 11:49:08 -04:00

12 lines
225 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 Nginx is working before involving Angular and the REST services.
</p>
</body>
</html>