redoc/demo/playground/index.html
2025-09-10 21:07:13 +03:00

32 lines
782 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Supergrid API Reference</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon">
<link rel="icon" href="../assets/plugins/redoc/assets/favicon.ico" type="image/x-icon" />
<style>
body {
margin: 0;
padding: 0;
}
#example {
width: 100%;
}
.tab-success .react-tabs__tab--selected {
color: rgb(0, 170, 19);
background-color: rgba(0, 170, 19, 0.1);
border-color: transparent;
}
</style>
</head>
<body>
<div id="example"></div>
</body>
</html>