redoc/demo/playground/index.html

27 lines
499 B
HTML
Raw Permalink Normal View History

2017-11-19 23:11:40 +03:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Redoc</title>
<style>
body {
margin: 0;
padding: 0;
}
2017-11-19 23:11:40 +03:00
redoc {
display: block;
}
</style>
<link
href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700"
rel="stylesheet"
/>
</head>
2017-11-19 23:11:40 +03:00
<body>
<redoc id="example"></redoc>
</body>
</html>