NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<script src="js/jquery-1.7.1.js" type="text/javascript"></script>
<script src="js/jquery.adipoli.min.js" type="text/javascript"></script>
<script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
<script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>

<head><title>{Title}</title>
<link rel="shortcut icon" href="{Favicon}">
<link rel="alternate" type="application/rss+xml" href="{RSS}">
{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}

<!--
THEME #42 BY EVILQUEENEDTHEMES

http://evilqueenedthemes.tumblr.com

Please do not use as base
Don't claim as your own
Don't remove my credit.

Thank you!
-->

<!--DEFAULT VARIABLES-->

<!--COLORS-->
<meta name="color:Answer bg" content="#e4f1f3"/>
<meta name="color:Background" content="#ffffff"/>
<meta name="color:Blog title" content="#ab81b3"/>
<meta name="color:Bold" content="#ff7eb4"/>
<meta name="color:Caption" content="#fbfbfb"/>
<meta name="color:Italic" content="#5ebece"/>
<meta name="color:Links" content="#dd46fb"/>
<meta name="color:Links Hover" content="#ff7eb4"/>
<meta name="color:NavLinks" content="#b0b0b0"/>
<meta name="color:NavLinks Hover" content="#e17eff"/>
<meta name="color:Pagination" content="#737373"/>
<meta name="color:Post borders" content="#f5f3f3"/>
<meta name="color:post info" content="#797979"/>
<meta name="color:Post title" content="#737373"/>
<meta name="color:Qtip" content="#ffffff"/>
<meta name="color:Qtip bg" content="#9cd1e2"/>
<meta name="color:Scrollbar" content="#9cd1e2"/>
<meta name="color:Scrollbar bg" content="#ffffff"/>
<meta name="color:Selection" content="#707070"/>
<meta name="color:Selection BG" content="#def4f9"/>
<meta name="color:Sidebar BG" content="#ffffff"/>
<meta name="color:Sidebar img bg" content="#ffffff"/>
<meta name="color:Sidebar Text" content="#9d9d9d"/>
<meta name="color:Sidebar borders" content="#f5f3f3"/>
<meta name="color:Tags" content="#737373"/>
<meta name="color:Tags bg" content="#ffe2f5"/>
<meta name="color:Text" content="#9a9a9a"/>
<meta name="color:topbar" content="#ffffff"/>
<meta name="color:Topbar border" content="#f5f3f3"/>

<!--IMAGES-->
<meta name="image:Background" content="" />
<meta name="image:Sidebar" content=""/>
<meta name="image:Sidebar2" content=""/>

<!--NAVIGATION LINKS-->
<meta name="text:Home Sub" content="Home sub" />
<meta name="text:Ask Sub" content="Ask sub" />
<meta name="text:Link 1 URL" content="/" />
<meta name="text:Link 1 Title" content="link 1" />
<meta name="text:Link 1 Sub" content="link 1 sub" />
<meta name="text:Link 2 URL" content="/" />
<meta name="text:Link 2 Title" content="link 2" />
<meta name="text:Link 2 Sub" content="link 2 sub" />
<meta name="text:Link 3 URL" content="/" />
<meta name="text:Link 3 Title" content="link 3" />
<meta name="text:Link 3 Sub" content="link 3 sub" />
<meta name="text:Link 4 URL" content="/" />
<meta name="text:Link 4 Title" content="link 4" />
<meta name="text:Link 4 Sub" content="link 4 sub" />

<!--SHOW NAVIGATION LINKS-->
<meta name="if:Sidebar2" content="1">
<meta name="if:Show Link1" content="1">
<meta name="if:Show Link2" content="1">
<meta name="if:Show Link3" content="1">
<meta name="if:Show Link4" content="1">

<!--DEFAULT FONTS AND FONTS SIZE-->
<meta name="text:Title Font" content="quicksand"/>
<meta name="text:Title Font Size" content="12px"/>
<meta name="text:Post Font Size" content="9px"/>
<meta name="text:Post Font" content="montserrat"/>
<meta name="text:Small Font Size" content="7px"/>
<meta name="text:Small Font" content="montserrat"/>
<meta name="text:Sidebar Font Size" content="7px"/>
<meta name="text:Sidebar Font" content="montserrat"/>

<!--END OF DEFAULT VARIABLES-->

<!--GOOGLE FONTS-->

<link href='https://fonts.googleapis.com/css?family=Karla:400italic,400,700,700italic' rel='stylesheet' type='text/css'>

<link href='https://fonts.googleapis.com/css?family=Rambla:400,400italic,700italic,700' rel='stylesheet' type='text/css'>

<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>

<link href='https://fonts.googleapis.com/css?family=Quicksand:400,700' rel='stylesheet' type='text/css'>

<style type="text/css">


/*TUMBLR CONTROLS*/
.tmblr-iframe, #tumblr_controls {
position:fixed !important;
z-index:999999999!important; }


body {
background:{color:background};
background-image: url('{image:background}');
background-attachment:fixed;
margin:0px;
color:{color:text};
font-family:'calibri';
font-size:11px;
line-height:100%;}

/* SCROLLBAR */

::-webkit-scrollbar-thumb:vertical {
height:12px;
border:2px solid;
border-color:{color:scrollbar bg};
background-color:{color:scrollbar};}

::-webkit-scrollbar-thumb:horizontal {
background-color:{color:background};}

::-webkit-scrollbar {
width:11px;
height:7px;
border:5px solid;
border-color:{color:scrollbar bg};
background-color:{color:scrollbar};}

/* BASICS */

a, a:active, a:visited {
transition:0.8s;
-o-transition-transition:0.8s;
-webkit-transition-duration:0.8s;
-moz-transition-duration:0.8s;
text-decoration:none;
color:{color:links};}

a:hover {
transition:0.8s;
-o-transition-transition:0.8s;
-webkit-transition-duration:0.8s;
-moz-transition-duration:0.8s;
text-decoration:none;
color:{color:links hover};
background-color:{color:transparent};}

b, strong {color:{color:bold};}
i, em {color:{color:italic};}
p{margin-top:5px; margin-bottom:5px}

ul, li img {
max-width:400px;}

h1 {
font-size:16px;
line-height: 100%;
font-family:'quicksand', sans serif;
line-height:100%;
font-weight:normal;
margin-bottom:10px;
text-align:left;
color:{color:post title};}

pre {
font-family:'calibri';
font-size:10px;}

.post_body{
padding:10px;}

small, sub, sup {
text-transform:uppercase;
font-family:{text:Small Font};
font-size:{text:Small Font Size};}

big {font-size:12px;}

ul, ol {padding:2px 0px 2px 10px; margin-left:12px;}

blockquote {
padding:3px 3px 3px 5px;
border-left:1px dotted;
border-color:{color:text};
margin-left:5px;}

blockquote blockquote{
margin-left:5px;}

blockquote img {
max-width:400px;}

/* POSTS */

#entries {
padding:20px;
width:500px;
margin-left:auto;
margin-right:auto;
font-family:'arial';
color:{color:Text};}

#post {
width:500px;
margin-top:75px;
margin-bottom:-35px;
font-family:{text:Post Font};
font-size:{text:Post Font Size};
color:{color:text};
background:{color:background};
word-wrap: break-word;}

.tpages {
width:440px;
border:1px solid;
border-color:{color:post borders};
padding:30px;
margin-top:75px;
margin-bottom:-35px;
font-family:'calibri';
letter-spacing:1px;
word-spacing:1px;
text-align:center;
font-size:8px;
font-weight:bold;
text-transform:uppercase;
color:{color:text};
background:{color:caption};
word-wrap: break-word;}

/*QUOTES*/

#quote {
font-size: 14px;
line-height: 100%;
color: {color:text};
border-radius:10px;
font-family:'quicksand', sans serif;
background-color:{color:caption};
padding:10px;
padding-left:10px;}

#source {
text-align:right;
color:{color:text};
font-size:8px;
margin-top:10px;
padding-bottom:15px;
font-weight:bold;
font-family:'quicksand', sans serif;
text-transform:uppercase;}

#caption {
width:490px;
background-color:{color:caption};
margin-top:10px;
word-wrap: break-word;
padding:5px;}

/* AUDIO */

#Allaudio {
width:500px;
height:50px;
-moz-box-shadow: 4px 3px 11px {color:post borders};
-webkit-box-shadow: 4px 3px 11px {color:post borders};
box-shadow: 4px 3px 11px {color:post borders};
border:1px solid {color:post borders};
border-radius:10px;
background-color:#fff;}

#audioplayer {
float:right;
border-radius:10px;
height:50px;
width:50px;
margin-top:0px;
margin-left:10px;
overflow:hidden;
background-color:#fff;
opacity: 1;filter:alpha(opacity=60);
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;}

#audioplayer:hover {
opacity: 1; filter:alpha(opacity=60);}

#audioplayerz {
width:25px;
height:25px;
border-radius:10px;
margin-top:10px;
margin-left:8px;
overflow:hidden;
padding:3px;}

#albumart {
margin-left:5px;
margin-right:0px;
margin-top:5px;
margin-bottom:5px;
float:left;}

#audiostuff {
border-radius:10px;
color:{color:text};
text-transform:uppercase;
font-family:'montserrat';
float:left;
text-align:left;
height:35px;
padding:0px;
font-size:8px;
letter-spacing:1px;
margin-top:12px;
margin-left:10px;}

/* CREDIT */

.credit a{z-index:99999;font-family:'calibri'; font-size:8px; bottom:1px; right:5px; position:fixed; padding:3px; text-align:right; font-weight:bold;opacity:1;}

/* SIDEBAR */

#sb {
margin-left:auto;
width:280px;
margin-right:auto;}

#sidebar {
z-index:999;
width:280px;
height:auto;
margin-left:-500px;
position:fixed;
margin-top:119px;
padding-top:10px;
border-radius:10px;
padding-bottom:20px;
border:1px solid {color:sidebar borders};
background:{color:sidebar bg};}

#sidebarimage {
width:245px;
height:auto;
margin-top:7px;
margin-bottom:10px;
background-color:{color:sidebar img bg};
padding:5px;
margin-left:auto;
margin-right:auto;
text-align:center;}

#sidebarimage img {
width:245px;
height:auto;}

#sidebarimage2{
width:110px;
height:100px;
margin-top:-75px;
margin-left:auto;
margin-right:auto;
text-align:center;}

#sidebarimage2 img {
width:100px;
padding:5px;
background-color:{color:sidebar img bg};
height:100px;
border-radius:100%;}

#title {
text-align:center;
width:255px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:8px;
font-family:{text:Title font};
color:{color:blog title};
font-weight:bold;
word-spacing:1px;;
text-transform:uppercase;
font-size:{text:Title font size};}

#description {
z-index:999;
width:240px;
{block:ifSidebar2}margin-top:20px;{/block:ifSidebar2}
{block:ifNotSidebar2}margin-top:30px;{/block:ifNotSidebar2}
margin-left:auto;
margin-right:auto;
font-family:{text:Sidebar Font};
font-size:{text:Sidebar Font Size};
text-transform:uppercase;
text-align:justify;
color:{color:sidebar text};}

/* PAGINATION */

#pagination {
font-family:'karla';
width:245px;
text-transform:uppercase;
letter-spacing:1px;
font-size:8px;
margin-left:auto;
margin-right:auto;
font-weight:bold;
text-align:center;}

#pagination a {
color:{color:pagination};}

/*QTIP*/

div#qTip {
display: none;
text-align:left;
position:absolute;
letter-spacing:2px;
text-transform:uppercase;
font-weight:bold;
z-index:9999;
font-family:'montserrat';
font-size:7px;
padding:5px 5px;
margin-top:7px;
line-height:13px;
color:{color:qtip};
background:{color:qtip bg};}

/*TOPBAR*/

#topbar {
height:60px;
width:100%;
background: {color:topbar};
position:fixed;
border-bottom:1px solid {color:topbar border};
z-index:9999;
float:center;
-webkit-transition: opacity 0.5s linear;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;}

/* NAVIGATION LINKS */

nav a {
position: relative;
display: inline-block;
margin: 25px 25px;
outline: none;}

nav a:hover,
nav a:focus {
outline: none;}

.ij-effect-9 a {
margin: 0 20px;
padding: 3px 0px;}

.ij-effect-9 a::before,
.ij-effect-9 a::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 1px;
background: {color:topbar};
content: '';
opacity: 0;
-webkit-transition: opacity 0.3s, height 0.3s;
-moz-transition: opacity 0.3s, height 0.3s;
transition: opacity 0.3s, height 0.3s;}

.ij-effect-9 a::after {
top: 100%;
opacity: 0;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
transform: translateY(-10px);}

.ij-effect-9 a span:first-child {
z-index: 2;
display: block;
font-weight:bold;}

.ij-effect-9 a span:last-child {
z-index: 1;
display: block;
color: {color:navlinks hover};
text-shadow: none;
text-transform: uppercase;
font-size: 7px;
font-family: 'montserrat';
font-weight:bold;
opacity: 0;
-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
-moz-transition: -moz-transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
transform: translateY(-100%);}

.ij-effect-9 a:hover::before,
.ij-effect-9 a:focus::before {
height: 0px;}

.ij-effect-9 a:hover::before,
.ij-effect-9 a:hover::after,
.ij-effect-9 a:focus::before,
.ij-effect-9 a:focus::after {
opacity: 0;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
transform: translateY(0px);}

.ij-effect-9 a:hover span:last-child,
.ij-effect-9 a:focus span:last-child {
opacity:1;
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
transform: translateY(0%);}

.Navlinks {
width:650px;
margin-left:auto;
margin-right:auto;
margin-top:10px;
margin-bottom:13px;
letter-spacing:3px;
text-transform:uppercase;
text-align:center;
background-color:transparent;
border-color:{color:topbar border};}

.Navlinks a{
margin: 10px 8px;
display:inline-block;
font-weight:bold;
font-family:'montserrat';
font-size:8px;
color:{color:Navlinks};
transition:0.8s;
-o-transition-transition:0.8s;
-webkit-transition-duration:0.8s;
-moz-transition-duration:0.8s;}


/* INFO & TAGS */

#postinfo {
width:500px;
text-align:left;
font-size:10px;
padding-bottom:10px;
border-bottom:3px solid {color:post borders};
font-family:'montserrat';
text-transform:uppercase;
font-weight:normal;
letter-spacing:1px;
margin-left:0px;
margin-bottom:10px;}

#postinfo a{
padding:5px;}

#tags {
width:500px;
word-wrap:break-word;
font-family:'montserrat';
text-transform:uppercase;
text-align:left;
font-size:7px;
line-height:22px;
margin-top:10px;
letter-spacing:1px;
color:{color:tags};
-webkit-transition: opacity 0.5s linear;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out; }

#tags a{
color:{color:tags};
padding:3px;
background-color:{color:tags bg};}

#tags a:hover{
background-color:transparent;
color:{color:tags};}

/* QUESTIONS */

#allask {
background-color:transparent;
padding-bottom:2px;}

#question {
color:{color:text};
text-align: justify;
padding-bottom:3px;}

#answer {
text-align: justify;
margin-top:5px;
padding:10px;
border-radius:10px;
background-color:{color:answer bg};}

#askerportrait {
float:left;
background-color:{color:background};
padding-right:4px;
margin-top:-1px;
width:24px;
height:24px;}

/*SOURCE*/

.source {display:none;}

/*CHAT*/

.chat ol {
margin-left:-10px;
line-height:100%;
text-transform:uppercase;
font-size:7px;
font-weight:bold;
font-family:'quicksand' , sans serif;
letter-spacing:1px;
list-style:none;}

.label {
text-transform:uppercase;
font-size:7px;
font-family:'quicksand' , sans serif;
letter-spacing:1px;
font-weight:bold;
color:{color:links};}

.line.odd {
padding-top:6px;
padding-bottom:6px;
}

.line.even {
padding-top:6px;
padding-bottom:6px;}

/*POST NOTES*/

ol.notes {
padding: 0px;
width:500px;
height:200px;
overflow-y:auto;
list-style-type:none;
font-family:'calibri';
font-weight:bold;
text-transform:uppercase;
margin-top:-20px;
margin-left:0px;
font-size:8px;}

ol.notes li.note {
border-top: solid 0px #ccc;
margin-bottom:7px;
padding: 3px;}

ol.notes li.note img.avatar {
display:none;}

ol.notes li.note blockquote {
border-color: #eee;
padding: 4px 10px;
margin: 10px 0px 0px 5px;}

ol.notes li.note blockquote a {
text-decoration: none;
font-family:'arial';
text-transform:uppercase;}

/* SELECTION */

::selection {color:{color:selection}; background: {color:selection BG};}
::-moz-selection {color: {color:selection}; background: {color:selection BG};}
::-webkit-selection {color:{color:selection} ; background:{color:selection BG};}

{CustomCSS}</style></head><body>

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">

<div id="sb">
<div id="sidebar">

<div id="title">{Title}</div>

<div id="sidebarimage"><img src="{image:sidebar}"></div>

{block:Pagination}
<div id="pagination">
<span style="float:left">
{block:PreviousPage}<a href="{PreviousPage}">— BACK</a>{/block:PreviousPage}</span><span style="float:right">
{block:NextPage}<a href="{NextPage}">
FORTH —</a>{/block:NextPage}</span>
</div>{/block:Pagination}

{block:ifSidebar2}<div id="sidebarimage2"><img src="{image:sidebar2}"></div>{/block:ifSidebar2}

<div id="description">{Description}</div>

</div></div>

<div id="topbar">
<div class="Navlinks">

<nav class="ij-effect-9">

<a href="/"><span>01. INDEX</span><span>{Text:Home Sub}</span></a>&nbsp;
<a href="/ask"><span>02. ASK</span><span>{Text:Ask Sub}</span></a>&nbsp;
{block:IfShowLink1}<a href="{Text:Link 1 URL}"><span>03. {Text:Link 1 Title}</span><span>{Text:Link 1 Sub}</span></a>&nbsp;{/block:IfShowLink1}
{block:IfShowLink2}<a href="{Text:Link 2 URL}"><span>04. {Text:Link 2 Title}</span><span>{Text:Link 2 Sub}</span></a>&nbsp;{/block:IfShowLink2}
{block:IfShowLink3}<a href="{Text:Link 3 URL}"><span>05. {Text:Link 3 Title}</span><span>{Text:Link 3 Sub}</span></a>&nbsp;{/block:IfShowLink3}
{block:IfShowLink4}<a href="{Text:Link 4 URL}"><span>06. {Text:Link 4 Title}</span><span>{Text:Link 4 Sub}</span></a>{/block:IfShowLink4}</nav>

</div></div>

<div id="entries"></br></br>

{block:TagPage}<div class="tpages"><i class="fa fa-tag" style="color:{color:text}"></i>&nbsp;Posts tagged <span style="color:{color:links}">#{Tag}</span></div>{/block:TagPage}

{block:Posts}
<div id="post">

{block:Date}<div id="postinfo">

{block:RebloggedFrom}<a href="{ReblogParentURL}" title="via: {ReblogParentName}"><i class="fa fa-user" style="color:{color:post info};"></i></a>

{block:ContentSource}<a href="{SourceURL}" title="src: {ReblogRootName}"><i class="fa fa-copyright" style="color:{color:post info}"></i></a>{/block:ContentSource}{/block:RebloggedFrom}

<a href="{ReblogURL}" target="_blank" class="details" title="reblog"><i class="fa fa-refresh" style="color:{color:post info}"></i></a>

<a href="{Permalink}" title="{12Hour}:{Minutes} {CapitalAmPm}" style="border-color:transparent"><span style="font-family:'montserrat';font-size:8px;color:{color:post info};padding:2px;">{ShortMonth}&nbsp;{DayOfMonth}.{Year}</a></span>

{block:NoteCount}<span style="font-family:'montserrat';font-size:8px;color:{color:post info}">|&nbsp; {NoteCount}</span> <i class="fa fa-heart-o" style="color:{color:post info};font-size:8px"></i>{/block:NoteCount}

</div>{/block:Date}

{block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}</span>{/block:Text}

{block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Photo}

{block:Photoset}{Photoset-500}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Photoset}

{block:Quote}<div id="quote">"{Quote}"</div>{block:Source} <Br><div id="source">—{Source}</div>{/block:Source}{/block:Quote}

{block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}

{block:Chat}
{block:Title}
<h1>{Title}</h1>
{/block:Title}
<div class="chat">
<ol>{block:Lines}
<li class="line {Alt}">
{block:Label}
<span class="label">
{Label}</span>
{/block:Label}{Line}</li>
{/block:Lines}
</ol></div>
{/block:Chat}

{block:Audio}
<div id="Allaudio">
<div id="audioplayer">
<div id="audioplayerz">{AudioPlayerWhite}</div></div>
<div id="albumart">
{block:AlbumArt}<img src="{AlbumArtURL}" width="40" height="40" style=" border-radius:10px;">{/block:AlbumArt}</div>
<div id="audiostuff">
<span style="color:{color:bold};text-transform:lowercase;font-size:16px;font-weight:bold;font-family:'rambla', sans serif;font-style:italic;">{block:TrackName}{TrackName}{/block:TrackName}</span></br>
{block:Artist}<span style="font-weight:bold">{Artist}{/block:Artist} ||
PLAYED {PlayCount} TIMES.</span></div></div>
{block:caption}<span style="margin-top:-3px"><div id="caption">{Caption}</div></span>{/block:caption}
{/block:Audio}

{block:Video}{Video-500}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Video}

{block:Answer}
<div id="allask">
<div id="askerportrait"><i class="fa fa-comments" style="font-size:22px;color:{color:text}"></i></div>
<div id="question">
<span style="text-transform:uppercase;font-size:10px;font-family:'quicksand' , sans serif;font-weight:bold;">{asker}</span></br>
<span style="font-family:'rambla', sans serif;text-transform:none;font-size:12px;">{Question}</span>
</div></div>
<div id="answer">
<span style="color:{color:text};">{Answer}</span></div>{/block:Answer}</div></br> </br></br>

{block:HasTags}<div id="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a> &nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}

{/block:Posts}</br></br></br></br></br></br>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>

<div class="credit"><a href="http://evilqueenedthemes.tumblr.com">© EVILQUEENED</a></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.