diff --git a/samples/html/index.html b/samples/html/index.html
new file mode 100644
index 000000000000..7b66b6eb72af
--- /dev/null
+++ b/samples/html/index.html
@@ -0,0 +1,649 @@
+
+
+
+ API Reference
+
+
+
+
Swagger Petstore
+
This is a sample server Petstore server. You can find out more about Swagger at http://swagger.io or on irc.freenode.net, #swagger. For this sample, you can use the api key "special-key" to test the authorization filters for our Partner
Access to the API requires an api key to be provided by our Partner for all requests. The api key is passed as a header with the name `api_key` and the value provided by Reverb Technologies, Inc. Unless otherwise agreed upon, access to the Reverb API is intended solely for usage by our Partner and not third parties.
+
Methods
+
+
+
+
+
post: /user
+
createUser Create user
+
This can only be done by the logged in user.
+
+
Parameters
+
+
body (optional)
+
+
Body Parameter — Created user object
+
+
+
Return type
+
+
+
+
+
+
+
+
+
post: /user/createWithArray
+
createUsersWithArrayInput Creates list of users with given input array
+
+
+
Parameters
+
+
body (optional)
+
+
Body Parameter — List of user object
+
+
+
Return type
+
+
+
+
+
+
+
+
+
post: /user/createWithList
+
createUsersWithListInput Creates list of users with given input array
+
+
+
Parameters
+
+
body (optional)
+
+
Body Parameter — List of user object
+
+
+
Return type
+
+
+
+
+
+
+
+
+
get: /user/login
+
loginUser Logs user into the system
+
+
+
Parameters
+
+
username (optional)
+
+
Query Parameter — The user name for login
+
password (optional)
+
+
Query Parameter — The password for login in clear text