mirror of
https://github.com/Rushilwiz/default-page.git
synced 2025-04-03 20:00:16 -04:00
hid gif on load
This commit is contained in:
parent
f28b65f9ab
commit
cd3273d119
|
@ -55,6 +55,11 @@
|
|||
background-position: 100% 0;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
display: none;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -65,7 +70,7 @@
|
|||
<a href="https://nginx.org/">nginx.org</a>.<br>
|
||||
Commercial support is available at
|
||||
<a href="https://nginx.com/">nginx.com</a>.</p>
|
||||
<img src="crucial.gif" />
|
||||
<img id="gif" src="crucial.gif" />
|
||||
|
||||
<p><em>"If at first you don't succeed, skydiving may not be for you."</em></p>
|
||||
|
||||
|
@ -74,6 +79,8 @@
|
|||
<script>
|
||||
window.onclick = () => {
|
||||
document.getElementById("startup").play();
|
||||
document.getElementById("gif").style.display = "block"
|
||||
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue
Block a user