Update index.html
Browse files- index.html +18 -0
index.html
CHANGED
@@ -7,8 +7,26 @@
|
|
7 |
<title>Nim</title>
|
8 |
<script type="module" crossorigin src="/assets/index-DISRi-tD.js"></script>
|
9 |
<link rel="stylesheet" crossorigin href="/assets/index-CqBSnZp2.css">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
</head>
|
11 |
<body>
|
|
|
12 |
<div id="app"></div>
|
13 |
</body>
|
14 |
</html>
|
|
|
7 |
<title>Nim</title>
|
8 |
<script type="module" crossorigin src="/assets/index-DISRi-tD.js"></script>
|
9 |
<link rel="stylesheet" crossorigin href="/assets/index-CqBSnZp2.css">
|
10 |
+
<style>
|
11 |
+
html, body {
|
12 |
+
margin: 0;
|
13 |
+
padding: 0;
|
14 |
+
height: 100%;
|
15 |
+
}
|
16 |
+
|
17 |
+
iframe {
|
18 |
+
position: fixed;
|
19 |
+
top: 0;
|
20 |
+
left: 0;
|
21 |
+
width: 100%;
|
22 |
+
height: 100%;
|
23 |
+
border: none;
|
24 |
+
z-index: -1;
|
25 |
+
}
|
26 |
+
</style>
|
27 |
</head>
|
28 |
<body>
|
29 |
+
<iframe src="../stripe-gradient-animation/index.html"></iframe>
|
30 |
<div id="app"></div>
|
31 |
</body>
|
32 |
</html>
|