mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
cfb6f0fde0
fixes #730
26 lines
493 B
HTML
26 lines
493 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>%PAGE_TITLE%</title>
|
|
<link rel="icon" href="%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="redoc.standalone.js"></script>
|
|
</body>
|
|
|
|
</html> |