redoc/tests/e2e/index.html

20 lines
440 B
HTML
Raw Normal View History

2016-01-15 23:34:28 +03:00
<!DOCTYPE html>
<html>
<head>
<title>ReDoc</title>
</head>
<body>
<redoc scroll-y-offset="body > nav">
Loading...
</redoc>
<!-- ReDoc built file with all dependencies included -->
<script src="dist/redoc.full.min.js"> </script>
<script>
/* init redoc */
var url = window.location.search.substr(5) || 'swagger.json';
Redoc.init(decodeURIComponent(url));
</script>
</body>
</html>