- Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathindex.html
19 lines (18 loc) · 734 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!-- HTML for static distribution bundle build -->
<!DOCTYPE html>
<htmllang="en">
<head>
<metacharset="UTF-8">
<title>Swagger UI</title>
<linkrel="stylesheet" type="text/css" href="./swagger-ui.css" />
<linkrel="stylesheet" type="text/css" href="index.css" />
<linkrel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
<linkrel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" />
</head>
<body>
<divid="swagger-ui"></div>
<scriptsrc="./swagger-ui-bundle.js" charset="UTF-8"></script>
<scriptsrc="./swagger-ui-standalone-preset.js" charset="UTF-8"></script>
<scriptsrc="./swagger-initializer.js" charset="UTF-8"></script>
</body>
</html>