mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-11-04 01:37:32 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			635 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			635 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
  <head>
 | 
						|
    <title>ReDoc</title>
 | 
						|
    <link rel="stylesheet" href="main.css">
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
						|
  </head>
 | 
						|
  <body>
 | 
						|
    <nav>
 | 
						|
      <header> ReDoc </header>
 | 
						|
      <form id="schema-url-form">
 | 
						|
        <input id="schema-url-input" value='swagger.json'>
 | 
						|
        <button type="submit"> Explore </button>
 | 
						|
      </form>
 | 
						|
    </nav>
 | 
						|
 | 
						|
    <redoc scroll-y-offset="body > nav" spec-url='swagger.json'></redoc>
 | 
						|
 | 
						|
    <!-- ReDoc built file with all dependencies included -->
 | 
						|
    <script src="dist/redoc.js"> </script>
 | 
						|
    <script src="main.js"> </script>
 | 
						|
  </body>
 | 
						|
</html>
 |