Nimm / index.html
moh1456's picture
Update index.html
44fdd87 verified
raw
history blame contribute delete
953 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Nim</title>
<script type="module" crossorigin src="/assets/index-DISRi-tD.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-CqBSnZp2.css">
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
}
iframe {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
z-index: -1;
}
</style>
</head>
<body>
<iframe src="../stripe-gradient-animation/index.html"></iframe>
<!-- This part is taken directly from https://www.jqueryscript.net/animation/stripe-gradient-animation.html#google_vignette and has not been made by me , the rest is fine though -->
<div id="app"></div>
</body>
</html>