39 lines
		
	
	
		
			973 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			973 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
| 
 | |
| <head>
 | |
|     <meta charset="utf-8" />
 | |
|     <title>Rentgen - generowanie raportu</title>
 | |
|     <link
 | |
|         rel="stylesheet"
 | |
|         href="/lib/styles/fonts.css"
 | |
|     >
 | |
|     <link
 | |
|         rel="stylesheet"
 | |
|         href="/node_modules/survey-react/survey.min.css"
 | |
|     />
 | |
|     <link
 | |
|         rel="stylesheet"
 | |
|         href="/node_modules/survey-react/modern.min.css"
 | |
|     />
 | |
|     <link
 | |
|         rel="stylesheet"
 | |
|         href="/lib/components/report-window/report-window.css"
 | |
|     />
 | |
|     <link
 | |
|         rel="shortcut icon"
 | |
|         href="../../../assets/icon-addon.svg"
 | |
|         type="image/x-icon"
 | |
|     >
 | |
| </head>
 | |
| 
 | |
| <body>
 | |
|     <div id="app"></div>
 | |
|     <script src="/node_modules/react/umd/react.production.min.js"></script>
 | |
|     <script src="/node_modules/react-dom/umd/react-dom.production.min.js"></script>
 | |
| 	<script src="/node_modules/survey-react/survey.react.min.js"></script>
 | |
|     <script src="/lib/components/report-window/report-window.js"></script>
 | |
| </body>
 | |
| 
 | |
| </html>
 |