Index page fundation

This commit is contained in:
2022-05-30 14:23:01 -03:00
parent 7e08e5a5b5
commit f822c2a3cf

16
public/index.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ORB - (Open React Blog) API</title>
</head>
<body>
<h1>ORB - (Open React Blog) API</h1>
<h3>Available endpoints</h3>
<ul>
<li>/user - Get determinated user data</li>
</ul>
</body>
</html>