mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
90f71c0d77
Co-authored-by: draoncc <14227820+draoncc@users.noreply.github.com> Co-authored-by: anastasiia-developer <anastasiia@redocly.com>
29 lines
647 B
HTML
29 lines
647 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>%PAGE_TITLE%</title>
|
|
<link rel="icon" href="%BASE_PATH%%PAGE_FAVICON%" />
|
|
<style>
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
redoc {
|
|
display: block;
|
|
}
|
|
</style>
|
|
<link
|
|
href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700"
|
|
rel="stylesheet"
|
|
/>
|
|
</head>
|
|
|
|
<body>
|
|
<redoc spec-url="%SPEC_URL%" %REDOC_OPTIONS%></redoc>
|
|
<script src="%BASE_PATH%redoc.standalone.js"></script>
|
|
</body>
|
|
</html>
|