main
Last change
on this file since d24f17c was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
734 bytes
|
Line | |
---|
1 | <!-- HTML for static distribution bundle build -->
|
---|
2 | <!DOCTYPE html>
|
---|
3 | <html lang="en">
|
---|
4 | <head>
|
---|
5 | <meta charset="UTF-8">
|
---|
6 | <title>Swagger UI</title>
|
---|
7 | <link rel="stylesheet" type="text/css" href="./swagger-ui.css" />
|
---|
8 | <link rel="stylesheet" type="text/css" href="index.css" />
|
---|
9 | <link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
|
---|
10 | <link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" />
|
---|
11 | </head>
|
---|
12 |
|
---|
13 | <body>
|
---|
14 | <div id="swagger-ui"></div>
|
---|
15 | <script src="./swagger-ui-bundle.js" charset="UTF-8"> </script>
|
---|
16 | <script src="./swagger-ui-standalone-preset.js" charset="UTF-8"> </script>
|
---|
17 | <script src="./swagger-initializer.js" charset="UTF-8"> </script>
|
---|
18 | </body>
|
---|
19 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.