mirror of
https://github.com/catmpeg/catmpeg.github.io.git
synced 2026-02-20 15:50:57 +03:00
одааа
This commit is contained in:
parent
64081e564c
commit
6ff291c0cc
2 changed files with 22 additions and 30 deletions
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
<div class="webring">
|
||||
<a href="https://otomir23.me/webring/34/prev">‹ prev</a>
|
||||
<a href="https://otomir23.me/webring">webring</a>
|
||||
<a href="https://otomir23.me/webring" target="_blank">webring</a>
|
||||
<a href="https://otomir23.me/webring/34/next">next ›</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
10
script.js
10
script.js
|
|
@ -12,12 +12,6 @@ function digitalClock() {
|
|||
|
||||
document.addEventListener('DOMContentLoaded', (event) => {
|
||||
digitalClock();
|
||||
|
||||
try {
|
||||
const script = document.createElement('script');
|
||||
script.src = "//counter.websiteout.com/js/3/8/0/1";
|
||||
document.getElementById('visit-counter').appendChild(script);
|
||||
} catch (e) {}
|
||||
});
|
||||
|
||||
if (!sessionStorage.getItem('animated')) {
|
||||
|
|
@ -26,14 +20,12 @@ if (!sessionStorage.getItem('animated')) {
|
|||
document.getElementById('content').style.display = 'none';
|
||||
document.body.style.overflow = 'hidden';
|
||||
terminal.style.display = 'block';
|
||||
|
||||
setTimeout(function() {
|
||||
terminal.insertAdjacentHTML('beforeend', `<h2>Loading page...</h2>`);
|
||||
terminal.scrollTop = terminal.scrollHeight;
|
||||
|
||||
setTimeout(function() {
|
||||
document.body.style.overflow = 'auto';
|
||||
document.getElementById('content').style.display = 'block';
|
||||
document.getElementById('content').style.display = 'flex';
|
||||
terminal.remove();
|
||||
}, 1500);
|
||||
}, 300);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue