-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 733 Bytes
/
index.html
File metadata and controls
20 lines (20 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo_mini.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="keywords"
content="openapi-ui, swagger-ui, openapi, swagger, openapi3, openapi31, api-documentation, openapi-specification"
/>
<meta name="description" content="openapi ui document/specification, swagger ui document/specification" />
<meta name="env" content="__ENV__" />
<meta name="app_config" content="__APP_CONFIG__" />
<title>openAPI UI</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>