generated from amosproj/amos202Xss0Y-projname
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
21 lines (18 loc) · 849 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- HTML for static distribution bundle build -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Swagger UI</title>
<link rel="stylesheet" type="text/css" href="Documentation/swagger/swagger-ui.css" />
<link rel="stylesheet" type="text/css" href="Documentation/swagger/index.css" />
<link rel="icon" type="image/png" href="Documentation/swagger/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="Documentation/swagger/favicon-16x16.png" sizes="16x16" />
</head>
<body>
<div id="swagger-ui"></div>
<script src="Documentation/swagger/swagger-ui-bundle.js" charset="UTF-8"> </script>
<script src="Documentation/swagger/swagger-ui-standalone-preset.js" charset="UTF-8"> </script>
<script src="Documentation/swagger/swagger-initializer.js" charset="UTF-8"> </script>
</body>
</html>