redoc/demo/playground/index.html

25 lines
444 B
HTML
Raw Normal View History

2017-11-19 23:11:40 +03:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
2018-01-30 16:35:18 +03:00
<meta name="viewport" content="width=device-width, initial-scale=1">
2017-11-19 23:11:40 +03:00
<title>ReDoc</title>
<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 id="example"></redoc>
</body>
2018-01-30 16:36:21 +03:00
</html>