-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (19 loc) · 718 Bytes
/
index.html
File metadata and controls
21 lines (19 loc) · 718 Bytes
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>%(DocumentTitle)</title>
<link rel="stylesheet" type="text/css" href="%(StylesPath)">
<link rel="stylesheet" type="text/css" href="./index.css">
<link rel="icon" type="image/png" href="./favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="./favicon-16x16.png" sizes="16x16" />
%(HeadContent)
</head>
<body>
<div id="swagger-ui"></div>
<script src="%(ScriptBundlePath)" charset="utf-8"></script>
<script src="%(ScriptPresetsPath)" charset="utf-8"></script>
<script src="index.js" charset="utf-8"></script>
</body>
</html>