Added the files.
This commit is contained in:
commit
38ccdcbfe5
124 changed files with 32079 additions and 0 deletions
22
server/public/index.html
Normal file
22
server/public/index.html
Normal file
|
@ -0,0 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>
|
||||
server
|
||||
</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Welcome to
|
||||
server
|
||||
</h1>
|
||||
<ul>
|
||||
<li>
|
||||
<h3><a href="/api-explorer/">Interactive API Doc!</a></h3>
|
||||
</li>
|
||||
</ul>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue