diff options
Diffstat (limited to '3rd_party/static/swagger/index.html')
-rw-r--r-- | 3rd_party/static/swagger/index.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/3rd_party/static/swagger/index.html b/3rd_party/static/swagger/index.html index db209f4..521a375 100644 --- a/3rd_party/static/swagger/index.html +++ b/3rd_party/static/swagger/index.html @@ -2,9 +2,9 @@ <html> <head> <title>Swagger UI</title> - <link href='https://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'/> - <link href='css/highlight.default.css' media='screen' rel='stylesheet' type='text/css'/> - <link href='css/screen.css' media='screen' rel='stylesheet' type='text/css'/> + <link href='https://fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'> + <link href='css/highlight.default.css' media='screen' rel='stylesheet' type='text/css'> + <link href='css/screen.css' media='screen' rel='stylesheet' type='text/css'> <script type="text/javascript" src="lib/shred.bundle.js"></script> <script src='lib/jquery-1.8.0.min.js' type='text/javascript'></script> <script src='lib/jquery.slideto.min.js' type='text/javascript'></script> @@ -67,13 +67,13 @@ <a id="logo" href="http://swagger.wordnik.com">swagger</a> <form id='api_selector'> <div class='input icon-btn'> - <img id="show-pet-store-icon" src="images/pet_store_api.png" title="Show Swagger Petstore Example Apis"> + <img id="show-pet-store-icon" src="images/pet_store_api.png" title="Show Swagger Petstore Example Apis" alt="Petstore"> </div> <div class='input icon-btn'> - <img id="show-wordnik-dev-icon" src="images/wordnik_api.png" title="Show Wordnik Developer Apis"> + <img id="show-wordnik-dev-icon" src="images/wordnik_api.png" title="Show Wordnik Developer Apis" alt="Wordnik"> </div> - <div class='input'><input placeholder="http://example.com/api" id="input_baseUrl" name="baseUrl" type="text"/></div> - <div class='input'><input placeholder="api_key" id="input_apiKey" name="apiKey" type="text"/></div> + <div class='input'><input placeholder="http://example.com/api" id="input_baseUrl" name="baseUrl" type="text"></div> + <div class='input'><input placeholder="api_key" id="input_apiKey" name="apiKey" type="text"></div> <div class='input'><a id="explore" href="#">Explore</a></div> </form> </div> |