imnotasthink-asyoudrunkiam
imnotasthink-asyoudrunkiam
im just testing html
10 posts
description
Don't wanna be here? Send us removal request.
Text
grid
until 5-12-2017
Tumblr media
<!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"> <!------- theme by kuroneki. don't remove this part and don't remove my in-theme credit. u are allowed to change the colors/corner position, but nothing else.   feel free to send a msg to my blog if something doesnt work or if you need help with certain customization. <!------> <head>    <title>{Title}</title>    <link rel="shortcut icon" href="{image:Favicon}" />    <link rel="alternate" type="application/rss+xml" href="{RSS}" />   <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <link href='https://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'> <!-- this is a font source, don't delete --> <link href='https://fonts.googleapis.com/css?family=Righteous' rel='stylesheet' type='text/css'> <meta name="color:Background" content="#fff" /> <meta name="color:Text" content="#bbb"/> <meta name="image:Background" content=""/> <meta name="image:Sidebar Image" content=""/> <meta name="image:Favicon" content=""/> <meta name="image:FloatingImg" content=""/> <meta name="color:Scrollbar" content="#000"/> <meta name="color:Blockquote" content="#eee"/> <meta name="color:Link" content="#aaa"/> <meta name="color:Link Hover" content="#7bd7c2"/> <meta name="color:Permalinks Color" content="#000"/> <meta name="color:Post BG Color" content="#fff"/> <meta name="color:Border Colors" content="#000"/> <meta name="color:Search Box Color" content="#fff"/> <meta name="color:Top Buttons Color" content="#fff"/> <meta name="color:Top Buttons Text Color" content="#000"/> <meta name="color:Sidebar BG Color" content="#fff"/> <meta name="color:Sidebar Text Color" content="#000"/> <meta name="color:Sidebar Border Color" content="#000"/> <meta name="color:Header BG Color" content="#fff"/> <meta name="color:Navigation BG Color" content="#fff"/> <meta name="color:Navigation Text Color" content="#000"/> <meta name="color:Updates Tab BG Color" content="#fff"/> <meta name="color:Updates Tab Text Color" content="#000"/> <meta name="text:Floater Position Vertical" content="230"> <meta name="text:Floater Position Horizontal" content="230"> <meta name="text:Navigation Title" content="Navigation"/> <meta name="text:Link 1 Title" content="link 1"/> <meta name="text:Link 1 url" content="/"/> <meta name="text:Link 2 Title" content="link 2"/> <meta name="text:Link 2 url" content="/"/> <meta name="text:link 3 Title" content="link 3"/> <meta name="text:Link 3 url" content="/"/> <meta name="text:Link 4 Title" content="link 4"/> <meta name="text:Link 4 url" content="/"/> <meta name="text:Link 5 Title" content="link 5"/> <meta name="text:Link 5 url" content="/"/> <meta name="text:Link 6 Title" content="link 6"/> <meta name="text:Link 6 url" content="/"/> <meta name="if:ShowCaptions" content="0"/> <meta name="if:ShowTags" content="0"/> <meta name="if:SidebarImg" content="0"/> <meta name="if:FloatingImage" content="0"/> <meta name="if:AlignFloaterToBottom" content="0"/> <meta name="if:UpdatesTab" content="0"/> <meta name="if:ThreeMoreLinks" content="0"/> <meta name="if:FullsizeBG" content="0"/> <meta name="if:HeaderDropShadow" content="0"/> <meta name="if:MonochromeImages" content="0"/> <meta name="if:FadedImages" content="0"/> <meta name="if:Battery" content="0"/> <meta name="if:EmptyBattery" content="0"/> <meta name="if:OneFifthBattery" content="0"/> <meta name="if:TwoFifthBattery" content="0"/> <meta name="if:ThreeFifthBattery" content="0"/> <meta name="if:FourFifthBattery" content="0"/> <meta name="if:FullBattery" content="0"/> <meta name="if:InvertedBattery" content="0"/> <meta name="if:WhiteEmptyBattery" content="0"/> <meta name="if:WhiteOneFifthBattery" content="0"/> <meta name="if:WhiteTwoFifthBattery" content="0"/> <meta name="if:WhiteThreeFifthBattery" content="0"/> <meta name="if:WhiteFourFifthBattery" content="0"/> <meta name="if:WhiteFullBattery" content="0"/> <style type="text/css"> iframe#tumblr_controls {    right: 5px !important;    position: fixed !important; } body {    color: {color:Text};    background-color: {color:Background};    background-image: url({image:Background});    background-repeat: repeat;    {block:ifFullsizeBG}    background-size: cover;    {/block:ifFullsizeBG}    background-attachment: fixed;    font-family: "source sans pro";    font-size: 11px;    letter-spacing: 1px;    line-height: 12px;    text-transform: ;    margin-top:100px; } a {    text-decoration: none;    color: {color:Link};    -o-transition:.5s;    -ms-transition:.5s;    -moz-transition:.5s;    -webkit-transition:.5s; } a:hover {    color:{color:Link Hover};    cursor: help;    -o-transition:.5s;    -ms-transition:.5s;    -moz-transition:.5s;    -webkit-transition:.5s; } ::-webkit-scrollbar {    width: 3px;    height: 5px;    background: transparent; } ::-webkit-scrollbar-thumb {    background: {color:Scrollbar};    border-radius: 16px; } #header {    position: fixed;    margin-top: -100px;    margin-left: -10px;    width: 120%;    height: 26px;    background-color: {color:Header BG Color};    z-index: 99;    border-bottom: 1px solid {color:Border Colors};    {block:ifHeaderDropShadow}    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);    {/block:ifHeaderDropShadow} } #content {    {block:IndexPage}    width: 250px;    {/block:IndexPage}    {block:PermalinkPage}    width: 400px;    {/block:PermalinkPage}    position: relative;    margin-left: 315px;    margin-top: 60px; } .entry {    border: 1px solid {color:Border Colors};    margin-bottom: 60px;    background: {color:Post BG Color};    padding:10px;    width: 250px;    -webkit-box-shadow: 1px 1px 0 0 {color:Border Colors};    overflow: hidden;    z-index: -9; } .entry img {    max-width: 100%;    height:auto;    {block:ifMonochromeImages}    -webkit-filter: grayscale(100%);    {/block:ifMonochromeImages}    {block:ifFadedImages}    -webkit-transition: opacity 0.5s linear;    opacity: 0.75;    {/block:ifFadedImages} } .entry img:hover {    -webkit-transition: opacity 0.5s linear;    opacity: 1; } #perma {    width: 261px;    height: 14px;    position: relative;    text-align: center;    letter-spacing: 2px;    text-transform: lowercase;    background: {color:Permalinks BG};    color: {color:Permalinks Color};    padding: 5px;    padding-left: 6px;    padding-top: 7px;    background-color: {color:Border Colors};    -webkit-box-shadow: 1px 1px 0 0 {color:Border Colors}; } #perma a {    color: {color:Permalinks Color};    text-decoration: none;    -o-transition:.5s;    -ms-transition:.5s;    -moz-transition:.5s;    -webkit-transition:.5s; } #perma a:hover {    text-shadow: 1px 1px 1px #fff;    -o-transition:.5s;    -ms-transition:.5s;    -moz-transition:.5s;    -webkit-transition:.5s; } #side {    margin-top: 130px;    margin-left: 50px;    position: fixed;    width: 100px;    color: {color:Sidebar Text Color};    text-transform: lowercase;    background-color: {color:Sidebar BG Color};    padding: 10px;    border: 1px solid {color:Sidebar Border Color};    -webkit-box-shadow: 1px 1px 0 0 {color:Sidebar Border Color}; } #sidebar img {    width: 100px;    height: auto; } #description {    text-align: center;    margin-top: -20px; } #side a {    color: {color:Link}; } #side a:hover {    color: {color:Link Hover}; } blockquote {    border-left: 1px solid {color:Blockquote};    margin-left: 6px;    padding-left: 10px; } ol.notes {    margin-top: 20px;    margin-left: -20px;    line-height: 20px; } ol.notes img {    display:none; } .top.media.photoset {    line-height: 0;    position: relative;    display: inline-block; } .html_photoset {    {block:ifMonochromeImages}    -webkit-filter: grayscale(100%);    {/block:ifMonochromeImages}    {block:ifFadedImages}    -webkit-transition: opacity 0.5s linear;    opacity: 0.75;    {/block:ifFadedImages} } .html_photoset:hover {    -webkit-transition: opacity 0.5s linear;    opacity: 1; } #wrapper {    width: 845px;    margin: 0px auto; } img.avatar {display:none; } .dropdown {    font-size: 11px;    font-family: 'source sans pro';    text-transform: lowercase;    width: 100px;    color: {color:Navigation Text Color};    background: {color:Navigation BG color};    padding: 3px;    outline: 0;    border: 1px solid {color:Sidebar Border Color};    -webkit-box-shadow: 1px 1px 0 0 {color:Sidebar Border Color}; } #battery {    margin-top: 130px;    margin-left: 10px;    position: fixed;    width: 20px;    height: 10px;    padding: 5px;    background-color: {color:Sidebar BG Color};    border: 1px solid {color:Sidebar Border Color};    -webkit-box-shadow: 1px 1px 0 0 {color:Sidebar Border Color};    {/block:ifBattery} } #invertedbattery {    margin-top: 130px;    margin-left: 10px;    position: fixed;    width: 20px;    height: 10px;    padding: 5px;    background-color: {color:Sidebar BG Color};    border: 1px solid {color:Sidebar Border Color};    -webkit-box-shadow: 1px 1px 0 0 {color:Sidebar Border Color};    {/block:ifInvertedBattery} } #credit { /* DO NOT REMOVE THIS */    position:fixed;    padding-left: 3px;    padding-right: 2px;    padding-bottom: 5px;    padding-top: 5px;    bottom: 10px;    left: 10px;    font-size:18px;    border: 1px solid #000;    background: #fff; /* feel free to recolor this to fit the rest */ }       #credit a {    color: #000; /* feel free to recolor this to fit the rest */    font-style: normal;    text-shadow: none;    text-decoration: none; } #sideimg {    margin: 0px auto;    position: fixed;    bottom: -5px;    margin-left: -250px; } #buttons {    position: fixed;    z-index: 99999999;    top: 6px;    left: 3px; } #buttons2 {    position: fixed;    z-index: 99999999;    top: 6px;    left: 48px; } #buttons3 {    position: fixed;    z-index: 99999999;    top: 6px;    left: 109px; } .buttonstyle {    color: {color:Top Buttons Text Color};    padding-left: 3px;    padding-right: 3px;    padding-bottom: 2px;    padding-top: 2px;    border: 1px solid {color:Border Colors};    background-color: {color:Top Buttons Color};    text-transform: uppercase;    text-decoration: none;    font-size: 9px;    -webkit-box-shadow: 1px 1px 0 0 {color:Border Colors};    -o-transition:0s;    -ms-transition:0s;    -moz-transition:0s;    -webkit-transition:0s;     } .buttonstyle:hover {    margin-left: 2px;    margin-top: 2px;    color: {color:Top Buttons Text Color};    border: 1px solid {color:Border Colors};    background-color: {color:Top Buttons Color};    text-transform: uppercase;    font-size: 9px;   -webkit-box-shadow: inset 1px 1px 0 0 {color:Border Colors};   -o-transition:0s;    -ms-transition:0s;    -moz-transition:0s;    -webkit-transition:0s; } #timeago {    float: left; } #reblog {    float: right; } #searchbox {    position: fixed;    margin-left: 179px;    margin-top: -96px;    z-index: 99999999999999; } .sfm input {    background-color: {color:Search Box Color};    font-size: 8px;    border: 1px solid {color:Border Colors};    text-transform: uppercase;    color: {color:Top Buttons Text Color};    letter-spacing: 1px;    padding-top: 4px;    padding-bottom: 2px;    padding-left: 3px;    padding-right: 3px;    -webkit-box-shadow: 1px 1px 0 0 {color:Border Colors};    outline: 0; } #sb {    margin-left: 7px;    vertical-align: top;    color: {color:Top Buttons Text Color};    border: 1px solid {color:Border Colors};    background-color: {color:Top Buttons Color};    text-transform: uppercase;    -webkit-box-shadow: 1px 1px 0 0 {color:Border Colors}; } #sb:hover {    margin-left: 9px;    color: {color:Top Buttons Text Color};    border: 1px solid {color:Border Colors};    background-color: {color:Top Buttons Color};    text-transform: uppercase;   -webkit-box-shadow: inset 1px 1px 0 0 {color:Border Colors}; } #updates {    position: fixed;    top: -158px;    margin-left: 0px;    width: 120px;    height: 190px;    background-color: {color:Updates Tab BG Color};    border: 1px solid {color:Border Colors};    padding: 10px;    -webkit-transition: all .5s ease-in-out;    -moz-transition: all .5s ease-in-out;    -o-transition: all .5s ease-in-out;    z-index: 9;    -webkit-box-shadow: 1px 1px 0 0 {color:Border Colors}; } #updates:hover {    top: 10px; } #updatesheader {    display: block;    text-align: center;    background-color: transparent;    padding: 5px;    color: {color:Updates Tab Text Color};    margin-bottom: 5px;    margin-left: 4px;    letter-spacing: 5px; } #updatestext {    text-align: center;    height: 150px;    width: 110px;    padding-right: 6px;    margin-top: 15px;    margin-bottom: 10px;    margin-left: 7px;    line-height: 15px;    color: {color:Updates Tab Text Color};    overflow: auto; } #sideimg {    {block:ifnotAlignFloaterToBottom}    top: {text:Floater Position Vertical}px;    {/block:ifnotAlignFloaterToBottom}    {block:ifAlignFloaterToBottom}    bottom: {text:Floater Position Vertical}px;    {/block:ifAlignFloaterToBottom}    margin-left: {text:Floater Position Horizontal}px;    z-index: 999999999;    position: fixed; } .pagination {    border: 1px solid {color:Border Colors}; margin-bottom: 60px; background: {color:Post BG Color};    padding:10px; width: 250px; -webkit-box-shadow: 1px 1px 0 0 {color:Border Colors};    overflow: hidden; z-index: -9; text-align:center;     } </style> </head> <body> {block:ifUpdatesTab} <div id="updates">     <div id="updatestext"> <!-- change this text to your own. use <br> to add a line break --> <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5440663"; var ref = (''+document.referrer+'');var pn =  window.location;var w_h = window.screen.width + " x " + window.screen.height; fhs.src = "//s1.freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=Person Online&e2=People Online&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+""; document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>"); </script> <br><br> <b>currently writing:</b> reflecting in your light (renison, slow burn hs au) <br> <br> <b>currently reading:</b> six of crows (sorta??) <br> <br> <b>tracking:</b> allisongaynolds, alivenoanmet, exygfsnet, tfcfemslashnet, theperfectjourt, neils jortventure <br><br> <b>please read my faq before asking!</b> </div> <div id="updatesheader">updates</div> </div>   {/block:ifUpdatesTab} <div id="searchbox"> <form action="/search" method="get" class="sfm">    <input type="text" name="q" value="{SearchQuery}" id="sf"/>    <input type="submit" value="Search" id="sb"/> </form></div> <div id="buttons"><a href="/" class="buttonstyle">home</a></div> <div id="buttons2"><a href="/fas" class="buttonstyle">message</a></div> <div id="buttons3"><a href="/archive" class="buttonstyle">archive</a></div> <div id="header"></div> <div id="credit"><a href="http://kuroneki.tumblr.com/" title="theme by kuroneki">✿</a></div> <div id="bgcornerimg"><img src="{image:Background Corner Image}" draggable="false"></div> <div id="wrapper"> {block:ifFloatingImage} <div id="sideimg"><img src="{image:FloatingImg}" draggable="false"></div> {/block:ifFloatingImage} {block:ifBattery} <div id="battery">     {block:ifemptybattery}    <img src="https://64.media.tumblr.com/d7537366a4b6843e83f26ce2f257105f/tumblr_inline_ngoenth8YW1t6231t.png">    {/block:ifemptybattery}      {block:ifonefifthbattery}    <img src="https://64.media.tumblr.com/5d5d4551471e7550d577c37287d98700/tumblr_inline_ngoenz3Owg1t6231t.png">    {/block:ifonefifthbattery}      {block:iftwofifthbattery}    <img src="https://64.media.tumblr.com/837982bcc31d7e739e78164ca8669ca1/tumblr_inline_ngoeo6Kvde1t6231t.png">    {/block:iftwofifthbattery}      {block:ifthreefifthbattery}    <img src="https://64.media.tumblr.com/e7b5b6b94875e21448e667339f7b8340/tumblr_inline_ngoeogD0J11t6231t.png">    {/block:ifthreefifthbattery}      {block:iffourfifthbattery}    <img src="https://64.media.tumblr.com/ceae6133cb2cfc748cb6f7b1b99ecd1d/tumblr_inline_ngoeoocYNN1t6231t.png">    {/block:iffourfifthbattery}      {block:iffullbattery}    <img src="https://64.media.tumblr.com/780c8c9b4fb363717b8b9e95df5b4ab9/tumblr_inline_ngoeowegnB1t6231t.png">    {/block:iffullbattery} </div> {/block:ifBattery} {block:ifInvertedBattery} <div id="invertedbattery">    {block:ifWhiteemptybattery}    <img src="http://i.imgur.com/SvaqWTq.png">    {/block:ifWhiteemptybattery}      {block:ifWhiteonefifthbattery}    <img src="http://i.imgur.com/5XujC2Q.png">    {/block:ifWhiteonefifthbattery}      {block:ifWhitetwofifthbattery}    <img src="http://i.imgur.com/P3NH7ZD.png">    {/block:ifWhitetwofifthbattery}      {block:ifWhitethreefifthbattery}    <img src="http://i.imgur.com/ZHGsczl.png">    {/block:ifWhitethreefifthbattery}      {block:ifWhitefourfifthbattery}    <img src="http://i.imgur.com/eeTacjK.png">    {/block:ifWhitefourfifthbattery}      {block:ifWhitefullbattery}    <img src="http://i.imgur.com/32y6Scd.png">    {/block:ifWhitefullbattery} </div> {/block:ifInvertedBattery} <!--sidebar--> <div id="side"> {block:ifSidebarImg} <div id="sidebar img"><img src="{image:Sidebar Image}"></div> {/block:ifSidebarImg}<br><br> <div id="description">    {description} </div><br>   <select class="dropdown" onchange="location=this.options[this.selectedIndex].value;"> <option>{text:Navigation Title}</option> <option value="{text:Link 1 URL}">{text:Link 1 Title}</option> <option value="{text:Link 2 URL}">{text:Link 2 Title}</option> <option value="{text:Link 3 URL}">{text:Link 3 Title}</option> {block:ifThreeMoreLinks} <option value="{text:Link 4 URL}">{text:Link 4 Title}</option> <option value="{text:Link 5 URL}">{text:Link 5 Title}</option> <option value="{text:Link 6 URL}">{text:Link 6 Title}</option> {/block:ifThreeMoreLinks} </select>   </div> <!-----> <div id="content"> {block:Posts} <!-- {block:NoRebloggedFrom} {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom} {/block:NoRebloggedFrom} -->      <!--permalink-->   {block:IndexPage}<div id="perma"><div id="timeago"><a href="{Permalink}" class="permalinks">{TimeAgo}</a> / {NoteCount} ♥</div><div id="reblog"><a href="{ReblogURL}" class="permalinks">reblog</a></div></div>{/block:IndexPage}     <div class="entry">   {block:Photo}<a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a> {block:IndexPage} {block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions} {block:ifShowTags}{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:ifShowTags} {/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photo} {block:Photoset} <section class="ia photoset"> {Photoset-250} </section> {block:IndexPage}{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions} {block:ifShowTags}{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:ifShowTags}{/block:IndexPage}{block:PermalinkPage}{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}{block:ifShowTags}{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:ifShowTags}{/block:PermalinkPage} {/block:Photoset} {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body} {block:ifShowTags}{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:ifShowTags}{/block:Text} {block:Link}<h1><a href="{URL}">{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link} {block:Quote}"{Quote}"{block:Source}<br>- {Source}{/block:Source}{/block:Quote} {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label} </b>{/block:Label}<span><i>{Line}</i><br></span>{/block:Lines}{/block:Chat} {block:Audio}{AudioPlayerWhite}{block:IndexPage}<p>{block:TrackName}Track: {TrackName}<br>{/block:TrackName}{block:Artist}Artist: {Artist}<br>{/block:Artist}{block:Album}Album: {Album}<br>{/block:Album}{block:PlayCount}Played: {PlayCount}{/block:PlayCount}{/block:IndexPage}{block:PermalinkPage}{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}{block:ifShowTags}{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:ifShowTags}{/block:PermalinkPage}{/block:Audio} {block:Video}{block:IndexPage}{Video-250}{/block:IndexPage}{block:PermalinkPage}{Video-250}{/block:PermalinkPage} {block:IndexPage}{block:ifShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifShowCaptions}{block:ifShowTags}{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:ifShowTags}{/block:IndexPage}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{block:ifShowTags}{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:ifShowTags}{/block:PermalinkPage}{/block:Video} {block:Answer}<b>{Asker}</b> asked: <br><i>{Question}</i><p>{Answer}{block:ifShowTags}{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}{/block:ifShowTags}{/block:Answer} <!--permalink page--> {block:PermalinkPage}<br><br> <center>{NoteCountwithLabel}</center> {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags} {block:PostNotes}{PostNotes}{/block:PostNotes} {/block:PermalinkPage}    </div> <!---entry div---> {/block:Posts} {block:IndexPage} <div class="pagination"> {block:PreviousPage} <a href="{PreviousPage}">previous</a> {/block:PreviousPage} {CurrentPage}/{TotalPages} {block:NextPage} <a href="{NextPage}">next</a> {/block:NextPage}</div> {/block:IndexPage} {block:ContentSource}<!-- {SourceURL} {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --> {/block:ContentSource} </div><!---content div---> </div> </body> </html>
0 notes
Text
and this is a reblog
im using this 4 html
1 note · View note
Quote
Quote
source (via imnotasthink-asyoudrunkiam)
this is a reblogged addition to a quote
1 note · View note
Video
tumblr
thats certainly a video
0 notes
Audio
0 notes
Conversation
chat: hey
this is a chat: hi
0 notes
Link
wow!
0 notes
Quote
Quote
source
1 note · View note
Photo
Tumblr media
howaesthethicc
italic
bold
head
link
one
two
three
strike
sum
mar
ry
tabbed
0 notes
Text
im using this 4 html
1 note · View note