Update index.html

This commit is contained in:
Bernhard B 2020-07-03 19:49:34 +02:00 committed by GitHub
parent bba1230803
commit 148121ad49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
<!-- Load the latest Swagger UI code and style from npm using unpkg.com -->
<script src="https://unpkg.com/swagger-ui-dist@3/swagger-ui-bundle.js"></script>
<link rel="stylesheet" type="text/css" href="https://unpkg.com/swagger-ui-dist@3/swagger-ui.css"/>
<title>My New API</title>
<title>signal-cli-rest-api API documentation</title>
</head>
<body>
<div id="swagger-ui"></div> <!-- Div to hold the UI component -->