-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (31 loc) · 914 Bytes
/
index.html
File metadata and controls
32 lines (31 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!-- HTML for static assetsribution bundle build -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Swagger UI</title>
<link rel="stylesheet" type="text/css" href="./swagger_assets/swagger-ui.css" />
<link rel="stylesheet" type="text/css" href="./swagger_assetsindex.css" />
<link
rel="icon"
type="image/png"
href="./swagger_assets/favicon-32x32.png"
sizes="32x32"
/>
<link
rel="icon"
type="image/png"
href="./swagger_assets/favicon-16x16.png"
sizes="16x16"
/>
</head>
<body>
<div id="swagger-ui"></div>
<script src="./swagger_assets/swagger-ui-bundle.js" charset="UTF-8"></script>
<script
src="./swagger_assets/swagger-ui-standalone-preset.js"
charset="UTF-8"
></script>
<script src="./swagger_assets/swagger-initializer.js" charset="UTF-8"></script>
</body>
</html>