File size: 1,308 Bytes
c444255
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
bceb1cf
c444255
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width" />
    <meta name="twitter:card" content="player"/>
    <meta name="twitter:site" content=""/>
    <meta name="twitter:player" content="https://space-share-shareable.static.hf.space/interceptor-simulator.html"/>
    <meta name="twitter:player:stream" content="https://space-share-shareable.static.hf.space/interceptor-simulator.html"/>
    <meta name="twitter:player:width" content="100%"/>
    <meta name="twitter:player:height" content="100%"/>    
    <meta property="og:title" content="Missile Interceptor Simulator"/>
    <meta property="og:description" content="Missile Interceptor Simulator"/>
    <meta property="og:image" content="https://huggingface.co/spaces/Space-Share/iLearn/resolve/main/card_im_crop.png"/>
<style>
  .container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%; 
}
  .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 500px;
}
    </style>
  </head>
  <body>
<div class="container">
<iframe
  class="responsive-iframe"
    src="https://broadfield-dev-missile-interceptor.static.hf.space/index.html"
	frameborder="0"
></iframe>


</div>

  </body>
</html>