sqt/assignment-w13/comments-api/src/main/webapp/index.html

20 lines
450 B
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8" />
<title>Comments API</title>
</head>
<body>
<h1>Welcome to the Comments API</h1>
<table>
<tr>
<td><a href='/docs/index.html'>Open API Interactive Documentation</a></td>
</tr>
<tr>
<td></td>
</tr>
</table>
</body>
</html>