redoc/demo/index.html
2015-10-03 12:57:37 +03:00

20 lines
370 B
HTML

<!-- index.html -->
<html>
<head>
<title>ReDoc prototype</title>
</head>
<body>
<!-- The wrapper component-->
<redoc-test>
Loading...
</redoc-test>
<!-- ReDoc built file with all dependencies included -->
<script src="dist/redoc.full.js"> </script>
<script>
//init redoc
Redoc.init();
</script>
</body>
</html>