NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<html lang="en">

<head>
<meta charset="utf-8">
<title>GBots.io - Ghost Bots</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/belokgdnlmnagchjjhcdgkmfdplnofei">
<link rel="shortcut icon" href="/assets/images/icon16.png" type="image/png">
<link href="https://fonts.googleapis.com/css?family=Aldrich" rel="stylesheet" type="text/css">
<link href="https://gbots.io/min/?g=css2" rel="stylesheet" type="text/css">
<style type="text/css">
.fb_hidden {
position: absolute;
top: -10000px;
z-index: 10001
}

.fb_reposition {
overflow: hidden;
position: relative
}

.fb_invisible {
display: none
}

.fb_reset {
background: none;
border: 0;
border-spacing: 0;
color: #000;
cursor: auto;
direction: ltr;
font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 1;
margin: truncated 7816bytes...
</style>
</head>

<body id="body">
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div id="navbar-header">
<div class="page-logo">
<a href="/">
<table class="logo-table">
<tbody>
<tr>
<td> <span style="font-size: 48px;">👻</span></td>
<td> <span style=" margin:0px 12px; font-size: 32px;">GBots</span></td>
</tr>
</tbody>
</table>
</a>
</div>
</div>
</div>
</div>
<script id="facebook-jssdk" src="//connect.facebook.net/en_US/sdk.js"></script>
<script>
var menu_opened = false;

function openNav() {
if (menu_opened) {
closeNav();
} else {
document.getElementById("sidenav-menu").style.width = "240px";
menu_opened = true;
}
}

function closeNav() {
document.getElementById("sidenav-menu").style.width = "0";
menu_opened = false;
}
</script>
<div id="sidenav-menu" class="sidenav"> <a href="/account/">See account</a>
<a href="/?do=logout"><i class="icon-logout"></i><span>Log Out</span></a>
<hr> <a href="/terms/">Terms of use</a></div>
<div id="parallax_scroller" class="parallax">
<header class="header headcol" id="large-header">
<div id="circle-canvas">
<canvas id="demo-canvas" height="667" width="1366"></canvas>
</div>
<div class="header-cont">
<h1 style="display:none;">Awesome Ghost Bots!
<small>enjoy the unique gameplay</small> </h1>
<div class="header-btn">
<div class="features-links;" style=" position:absolute; left:0px; right:0px; Width: 100%; text-align:center; ">
<table style="text-align:center; display:inline-block">
<tbody>
<tr>
<td style="padding:10px; width:220px;">
<a href="#loginForm" class="loginbtn btn btn-primary" style="padding:20px; height:63px; width:200%;margin:0 0 0 -50%">Log in</a>
<div class="clearfix"></div>
</td>
</tr>
<tr>
<td style="padding:10px;"> <a href="#registerForm" class="registerbtn btn btn-success" style="padding:20px; height:63px; width:200%; margin:0 0 0 -50%">Create an account</a></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</header>
<header id="loginHeader" class="header">
<div class="header-cont" style="top:20%;">
<div class="col-sm-6 col-md-4 col-md-offset-4">
<div id="account" class="account">
<div class="account-wall" id="logFormBlock">
<form id="loginForm" method="post" action="" class="form-signin" role="form">
<table>
<tbody>
<tr>
<td>
<div style="border-radius: 50px;background:#888;width:100px;height:100px;text-align:center; padding:10px;margin:-10px 10px 10px 10px;"><img src="assets/images/avatar.png" style="width:76px; height:100px;"> </div>
</td>
<td>
<div class="append-icon">
<input type="text" name="login" id="name" class="form-control form-white username" placeholder="Your login" required="">
<!-- <i class="icon-user"></i> --></div>
<div class="append-icon m-b-20 input-last">
<input type="password" name="pass" class="form-control form-white password" placeholder="Your password" required="">
<!-- <i class="icon-lock"></i> --></div>
<div id="formMessageLog" class="alert alert-danger form-message" style="display:none;">
<div class="message-text"></div>
</div>
<button type="submit" id="submit-form" class="btn btn-lg btn-primary btn-block">Log In</button>
</td>
</tr>
</tbody>
</table>
<!-- <div class="social-btn"> <button type="button" id="login_fb" class="btn-fb btn btn-lg btn-block"><img src="/assets/images/fbauth.png" alt="" class="pull-left" style="position: absolute;left: 25px;top: 5px;font-size: 22px;">Login with facebook</button> </div> -->
<div class="clearfix">
<p class="text-center m-t-20"> <a href="#" class="passwordRecovery">Forgot your password?</a></p>
</div>
</form>
</div>
<div class="account-wall" id="regFormBlock" style="display:none;">
<form id="registerForm" method="post" action="" class="form-signin" role="form">
<table>
<tbody>
<tr>
<td>
<div style="border-radius: 50px;background:#888;width:100px;height:100px;text-align:center; padding:10px;margin:-10px 10px 10px 10px;"><img src="assets/images/avatar.png" style="width:76px; height:100px;"> </div>
</td>
<td style="width:500px;">
<input style="width:180px;" type="text" name="reg_login" class="form-control form-white username" placeholder="username" required="">
<input style="width:180px;" type="password" name="reg_pass" class="form-control form-white password" placeholder="password" required="">
<input style="width:180px;" type="password" name="reg_pass2" class="form-control form-white password" placeholder="confirm password" required="">
<input style="width:180px;" type="email" name="reg_mail" class="form-control form-white password" placeholder="Your email" required="">
<div id="formMessageReg" class="alert alert-danger form-message" style="display:none;">
<div class="message-text"></div>
</div>
<button style="width: 180px; pading:10px; margin-top:10px;" type="submit" class="btn btn-success">Create account</button>
</td>
</tr>
</tbody>
</table>
<!-- <div class="social-btn"> <button type="button" id="register_vk" class="btn-vk btn btn-lg btn-block"><i class="icon-vkrus pull-left"></i>Register with vk.com</button> </div> -->
<div class="clearfix">
<p class="text-center m-t-20"><a href="#" class="haveAcc">Use existing account</a></p>
</div>
</form>
</div>
<div class="account-wall" id="passRecovery" style="display:none;">
<form id="passRecoveryForm" method="post" action="reset_password" class="form-signin" role="form">
<div class="message-text">Enter the email linked
<br>to your account.</div>
<div class="append-icon m-b-20">
<input type="email" name="user_mail" class="form-control form-white" placeholder="Your e-mail" required=""><i class="icon-mail"></i> </div>
<div id="passRecoveryMSG" class="alert alert-danger form-message" style="display:none;">
<div class="message-text"></div>
</div>
<button type="submit" class="btn btn-lg btn-primary btn-block">Send</button>
<div class="clearfix">
<p class="text-center m-t-20"> <a href="#" class="haveAcc">Log in to your account</a>
<br> <a href="#" class="simpleReg">Create an account now</a></p>
</div>
</form>
</div>
</div>
</div>
</div>
</header>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js" type="text/javascript"></script>
<script src="https://gbots.io/min/?g=login"></script>
<script src="https://gbots.io/min/?g=main"></script>
<script>
var cumulativeOffset = function(element) { // here smooth scroll?
var top = 0,
left = 0;
do {
top += element.offsetTop || 0;
left += element.offsetLeft || 0;
element = element.offsetParent;
} while (element);
return {
top: top,
left: left
};
};
$(function() {
$('a[href*=#]').each(function() {
if (location.pathname.replace(/^//, '') == this.pathname.replace(/^//, '') && location.host truncated 1568 bytes...
</script>
</div>
<footer class="home-page">
<div class="copyright"> All rights reserved. gbots.io © 2016
<p class="pull-right sm-pull-reset footer-links"><span class="m-r-10"><a href="/terms/" class="first">Terms of use</a></span>
<!-- <span><a href="/feedback/">Contacts</a></span> --></p>
</div>
</footer>

<div id="fb-root" class=" fb_reset">
<div style="position: absolute; top: -10000px; height: 0px; width: 0px;">
<div>
<iframe name="fb_xdm_frame_https" frameborder="0" allowtransparency="true" allowfullscreen="true" scrolling="no" id="fb_xdm_frame_https" aria-hidden="true" title="Facebook Cross Domain Communication Frame" tabindex="-1" src="https://staticxx.facebook.com/connect/xd_arbiter/r/bz-D0tzmBsw.js?version=42#channel=f229dcd550bdb&amp;origin=https%3A%2F%2Fgbots.io"
style="border: none;"></iframe>
</div>
</div>
<div style="position: absolute; top: -10000px; height: 0px; width: 0px;">
<div></div>
</div>
</div>
</body>

</html>
     
 
what is notes.io
 

Notes.io is a web-based application for 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 12 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.