27 lines
		
	
	
		
			603 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			603 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!doctype html>
 | 
						|
<html lang="en">
 | 
						|
<head>
 | 
						|
  <meta charset="UTF-8">
 | 
						|
  <meta name="viewport"
 | 
						|
        content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
 | 
						|
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
 | 
						|
  <title>Embedded Interactive</title>
 | 
						|
 | 
						|
  <style>
 | 
						|
      body, html {
 | 
						|
          padding: 0;
 | 
						|
          margin: 0;
 | 
						|
      }
 | 
						|
 | 
						|
      iframe {
 | 
						|
          width: 100vw;
 | 
						|
          height: 100vh;
 | 
						|
          display: block;
 | 
						|
          border: 0;
 | 
						|
      }
 | 
						|
  </style>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
<iframe src="http://localhost:8445/realms/1?noTitle=1"></iframe>
 | 
						|
</body>
 | 
						|
</html> |