Advertisement
octomoosey

bloody

Nov 4th, 2015 (edited)
5,839
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.10 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "//www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- octomoosey @ tumblr -->
  4.  
  5. <html xmlns="//www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9.  
  10.  
  11. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
  12.  
  13. <script src="//cdnjs.cloudflare.com/ajax/libs/jquery.isotope/2.2.2/isotope.pkgd.js"></script>
  14.  
  15. <script src="//cdnjs.cloudflare.com/ajax/libs/jquery.isotope/2.2.2/isotope.pkgd.min.js"></script>
  16.  
  17. <script type="text/javascript">
  18. $(window).load(function () {
  19. $('#container').masonry({
  20. itemSelector : ".grid-item",
  21. },
  22. function() { $('#container').masonry({ appendedContent: $(this) }); }
  23. );
  24. });
  25. </script>
  26.  
  27. <link href='//fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
  28.  
  29. <style type="text/css">
  30.  
  31. ::-webkit-scrollbar {
  32. width: 3px;
  33. height: 3px;}
  34. ::-webkit-scrollbar-button {
  35. width: 0px;
  36. height: 0px;}
  37. ::-webkit-scrollbar-thumb {
  38. background: #ca3230; /** change scrollbar color **/
  39. border: 0px none #000;
  40. border-radius: 50px;}
  41.  
  42. iframe#tumblr_controls {
  43. right:3px !important;
  44. position: fixed !important;
  45. -webkit-transition: opacity 0.7s
  46. linear;opacity: 0.2;
  47. -webkit-transition: all 0.8s ease-out;
  48. -moz-transition: all 0.8s ease-out;
  49. transition: all 0.8s ease-out;}
  50.  
  51. iframe#tumblr_controls:hover{
  52. -webkit-transition: opacity 0.7s linear;
  53. opacity: 1;
  54. -webkit-transition: all 0.4s ease-out;
  55. -moz-transition: all 0.4s ease-out;
  56. transition: all 0.4s ease-out;}
  57.  
  58. body {
  59. line-height:110%;
  60. color:#000;
  61. font-family:'Gibson', sans-serif;
  62. font-size: 11px;
  63. background-attachment:fixed;
  64. background-color:#c7c8c3;
  65. margin-top:0px;
  66. margin-left:0px;
  67. background-attachment:fixed;
  68. background-image:url('//static.tumblr.com/fed51a7f7cd7d7e6801457efd60d0e6f/uopakca/0GKnxb4ga/tumblr_static_41p3bu0ojlc0o00g8g8kowcs0.jpg'); /** change background url **/
  69. background-repeat:no-repeat;
  70. background-position: bottom right;}
  71.  
  72. a {
  73. text-decoration:none;
  74. outline:none;
  75. -moz-outline-style:none;
  76. color:#9d9d9d; /** change link color**/
  77. -webkit-transition: all 0.7s ease;
  78. -moz-transition: all 0.7s ease;
  79. -o-transition: all 0.7s ease;}
  80.  
  81. a:hover {
  82. color:#ca3230; /** change link hover color **/
  83. -webkit-transition: all 0.7s ease;
  84. -moz-transition: all 0.7s ease;
  85. -o-transition: all 0.7s ease;}
  86.  
  87. #nav{
  88. position:relative;
  89. margin-top:0px;
  90. margin-left:0px;
  91. text-align:right;}
  92.  
  93. #nav a {
  94. font-family: 'Fjalla One', sans-serif;
  95. display:block;
  96. line-height:32px;
  97. font-size: 20px;
  98. margin-right: 10px;
  99. letter-spacing: 0px;
  100. padding-left:10px;
  101. text-shadow: 1px 1px 1px #000;
  102. -moz-transition-duration:0.6s;
  103. -webkit-transition-duration:0.6s;
  104. -o-transition-duration:0.6s;}
  105.  
  106. #nav a:hover{
  107. font-family: 'Fjalla One', sans-serif;
  108. font-size: 20px;
  109. margin-right: 10px;
  110. letter-spacing: 2px;
  111. word-spacing: -2px;
  112. -moz-transition-duration:0.6s;
  113. -webkit-transition-duration:0.6s;
  114. -o-transition-duration:0.6s;}
  115.  
  116. .sidebar {
  117. width: 100px;
  118. position: fixed;
  119. left: 720px;
  120. top: 40%;}
  121.  
  122. #container {
  123. position:absolute;
  124. top:20px;
  125. left:40px;
  126. width:630px;
  127. height:100%;}
  128.  
  129. .grid-item{
  130. float:left;
  131. width:200px;
  132. margin:5px;}
  133.  
  134. .boxtitle {
  135. display:block;
  136. font-family: 'Fjalla One', sans-serif;
  137. text-transform:lowercase;
  138. font-size:16px;
  139. padding:10px;
  140. color:#000; /** change box title color **/
  141. background:#ffffff;} /** change title background color **/
  142.  
  143. .boxlinks {
  144. display:block;
  145. background-color: rgba(0, 0, 0, 0.7);
  146. background: rgba(0, 0, 0, 0.7);
  147. color: rgba(0, 0, 0, 0.7);
  148. margin-top:0px;
  149. padding:5px;}
  150.  
  151. .boxlinks a {
  152. display:block;
  153. padding:2px 0px 2px 0px;}
  154.  
  155. ul {
  156. list-style-type: none;
  157. padding: 0px;
  158. margin: 0px;}
  159.  
  160. ol {
  161. color:#fff; /** change link numbering color **/
  162. padding-left:30px;
  163. list-style-type:decimal-leading-zero;}
  164.  
  165. #credit { /** do not delete - thanks **/
  166. z-index:99999;
  167. bottom:5px;
  168. left:0px;
  169. opacity:1;
  170. position:fixed;
  171. padding:1px;}
  172.  
  173. </style>
  174. <body>
  175.  
  176. <div class="sidebar">
  177.  
  178. <div id="nav">
  179. <a href="/">return</a>
  180. <a href="/ask">ask</a>
  181. <a href="/submit">submit</a>
  182. <a href="//www.tumblr.com/dashboard">dash</a>
  183. </div>
  184. </div>
  185.  
  186.  
  187. <div id="container">
  188.  
  189. <!-- for more boxes copy from here to END COPY -->
  190. <div class="grid-item">
  191.  
  192. <div class="boxtitle">How it works </div> <!-- change box title -->
  193.  
  194. <div class="boxlinks">
  195. <ol>
  196. <!-- all of your links go here - make sure to keep the <li> and </li> tags in tact! add as many links as you want to each section -->
  197. <li><a href="/">well the way</a></li>
  198. <li><a href="/">they make shows is</a></li>
  199. <li><a href="/">they make one show</a></li>
  200. <li><a href="/">that show's called</a></li>
  201. <li><a href="/">a pilot</a></li>
  202. <li><a href="/">then they show</a></li>
  203. <li><a href="/">that show</a></li>
  204. <li><a href="/">to the people</a></li>
  205. <li><a href="/">who make shows</a></li>
  206. <li><a href="/">and on the strength</a></li>
  207. <li><a href="/">of that one show</a></li>
  208. <li><a href="/">they decide if theyre</a></li>
  209. <li><a href="/">going to make more shows</a></li>
  210. <li><a href="/">some pilots get</a></li>
  211. <li><a href="/">picked and</a></li>
  212. <li><a href="/">become television programs</a></li>
  213. <li><a href="/">some dont</a></li>
  214. <li><a href="/">become nothing</a></li>
  215. <li><a href="/">she starred in one</a></li>
  216. <li><a href="/">of the ones that</a></li>
  217. <li><a href="/">became nothing</a></li>
  218. </ol>
  219. </div></div>
  220.  
  221. <!-- END COPY -->
  222.  
  223. <div class="grid-item">
  224.  
  225. <div class="boxtitle">the tec-9 </div>
  226.  
  227. <div class="boxlinks">
  228. <ol>
  229. <li><a href="/">now there is the tec-9</a></li>
  230. <li><a href="/">a crappy spray gun from</a></li>
  231. <li><a href="/">south miami</a></li>
  232. <li><a href="/">this gun is advertised as the</a></li>
  233. <li><a href="/">most popular gun in american crime</a></li>
  234. <li><a href="/">do you believe that shit?</a></li>
  235. </ol>
  236. </div></div>
  237.  
  238. <div class="grid-item">
  239.  
  240. <div class="boxtitle">breaking oaths</div>
  241.  
  242. <div class="boxlinks">
  243. <ol>
  244. <li><a href="/">you think water</a></li>
  245. <li><a href="/">moves fast</a></li>
  246. <li><a href="/">you should see ice</a></li>
  247. <li><a href="/">it moves like it</a></li>
  248. <li><a href="/">has a mind</a></li>
  249. <li><a href="/">like it knows it</a></li>
  250. <li><a href="/">killed the world once</a></li>
  251. <li><a href="/">and got a taste</a></li>
  252. <li><a href="/">for murder</a></li>
  253. <li><a href="/">after the avalanche</a></li>
  254. <li><a href="/">it took us a week to</a></li>
  255. <li><a href="/">climb out</a></li>
  256. <li><a href="/">now i don't exactly</a></li>
  257. <li><a href="/">know when we</a></li>
  258. <li><a href="/">turned on each other</a></li>
  259. <li><a href="/">but i know that seven of us</a></li>
  260. <li><a href="/">survived the slide</a></li>
  261. <li><a href="/">and only five</a></li>
  262. <li><a href="/">made it out</a></li>
  263. </ol>
  264. </div></div>
  265.  
  266. <div class="grid-item">
  267.  
  268. <div class="boxtitle">breaking bones</div>
  269.  
  270. <div class="boxlinks">
  271. <ol>
  272. <li><a href="/">your bones dont break</a></li>
  273. <li><a href="/">mine do</a></li>
  274. <li><a href="/">thats clear</a></li>
  275. <li><a href="/">your cells react to bacteria and</a></li>
  276. <li><a href="/">viruses differently than mine</a></li>
  277. <li><a href="/">you dont get sick</a></li>
  278. <li><a href="/">i do</a></li>
  279. <li><a href="/">thats also clear</a></li>
  280. <li><a href="/">but for some reason you and i</a></li>
  281. <li><a href="/">react the same way to water</a></li>
  282. <li><a href="/">we swallow it too fast</a></li>
  283. <li><a href="/">we choke</a></li>
  284. <li><a href="/">we get some in our lungs</a></li>
  285. <li><a href="/">we drown</a></li>
  286. <li><a href="/">we are connected you and i</a></li>
  287. <li><a href="/">were on the same curve</a></li>
  288. <li><a href="/">just at opposite ends</a></li>
  289. </ol>
  290. </div></div>
  291.  
  292. <div class="grid-item">
  293.  
  294. <div class="boxtitle">from miami </div>
  295.  
  296. <div class="boxlinks">
  297. <ol>
  298. <li><a href="/">now there is the tec-9</a></li>
  299. <li><a href="/">a crappy spray gun from</a></li>
  300. <li><a href="/">south miami</a></li>
  301. <li><a href="/">this gun is advertised as the</a></li>
  302. <li><a href="/">most popular gun in american crime</a></li>
  303. <li><a href="/">do you believe that shit?</a></li>
  304. </ol>
  305. </div></div>
  306.  
  307. <div class="grid-item">
  308.  
  309. <div class="boxtitle">fucking fried chicken </div>
  310.  
  311. <div class="boxlinks">
  312. <ol>
  313. <li><a href="/">normally</a></li>
  314. <li><a href="/">both your asses would be dead</a></li>
  315. <li><a href="/">as a fucking fried chicken</a></li>
  316. <li><a href="/">but you happen to pull</a></li>
  317. <li><a href="/">this shit</a></li>
  318. <li><a href="/">when im in a transitional period</a></li>
  319. <li><a href="/">so i don't wanna kill you</a></li>
  320. <li><a href="/">i wanna help you</a></li>
  321. <li><a href="/">but i cant give you this case</a></li>
  322. <li><a href="/">it dont belong to me</a></li>
  323. <li><a href="/">besides ive already been through too much</a></li>
  324. <li><a href="/">shit this morning over this case</a></li>
  325. <li><a href="/">to had it over to your dumb ass</a></li>
  326. </ol>
  327. </div></div>
  328.  
  329. <div class="grid-item">
  330.  
  331. <div class="boxtitle">became nothing </div>
  332.  
  333. <div class="boxlinks">
  334. <ol>
  335. <li><a href="/">well the way</a></li>
  336. <li><a href="/">they make shows is</a></li>
  337. <li><a href="/">they make one show</a></li>
  338. <li><a href="/">that show's called</a></li>
  339. <li><a href="/">a pilot</a></li>
  340. <li><a href="/">then they show</a></li>
  341. <li><a href="/">that show</a></li>
  342. <li><a href="/">to the people</a></li>
  343. <li><a href="/">who make shows</a></li>
  344. <li><a href="/">and on the strength</a></li>
  345. <li><a href="/">of that one show</a></li>
  346. <li><a href="/">they decide if theyre</a></li>
  347. <li><a href="/">going to make more shows</a></li>
  348. <li><a href="/">some pilots get</a></li>
  349. <li><a href="/">picked and</a></li>
  350. <li><a href="/">become television programs</a></li>
  351. <li><a href="/">some dont</a></li>
  352. <li><a href="/">become nothing</a></li>
  353. <li><a href="/">she starred in one</a></li>
  354. <li><a href="/">of the ones that</a></li>
  355. <li><a href="/">became nothing</a></li>
  356. </ol>
  357. </div></div>
  358.  
  359. <div class="grid-item">
  360.  
  361. <div class="boxtitle">it killed the world</div>
  362.  
  363. <div class="boxlinks">
  364. <ol>
  365. <li><a href="/">you think water</a></li>
  366. <li><a href="/">moves fast</a></li>
  367. <li><a href="/">you should see ice</a></li>
  368. <li><a href="/">it moves like it</a></li>
  369. <li><a href="/">has a mind</a></li>
  370. <li><a href="/">like it knows it</a></li>
  371. <li><a href="/">killed the world once</a></li>
  372. <li><a href="/">and got a taste</a></li>
  373. <li><a href="/">for murder</a></li>
  374. <li><a href="/">after the avalanche</a></li>
  375. <li><a href="/">it took us a week to</a></li>
  376. <li><a href="/">climb out</a></li>
  377. <li><a href="/">now i don't exactly</a></li>
  378. <li><a href="/">know when we</a></li>
  379. <li><a href="/">turned on each other</a></li>
  380. <li><a href="/">but i know that seven of us</a></li>
  381. <li><a href="/">survived the slide</a></li>
  382. <li><a href="/">and only five</a></li>
  383. <li><a href="/">made it out</a></li>
  384. </ol>
  385. </div></div>
  386.  
  387. <div class="grid-item">
  388.  
  389. <div class="boxtitle">we are connected</div>
  390.  
  391. <div class="boxlinks">
  392. <ol>
  393. <li><a href="/">your bones dont break</a></li>
  394. <li><a href="/">mine do</a></li>
  395. <li><a href="/">thats clear</a></li>
  396. <li><a href="/">your cells react to bacteria and</a></li>
  397. <li><a href="/">viruses differently than mine</a></li>
  398. <li><a href="/">you dont get sick</a></li>
  399. <li><a href="/">i do</a></li>
  400. <li><a href="/">thats also clear</a></li>
  401. <li><a href="/">but for some reason you and i</a></li>
  402. <li><a href="/">react the same way to water</a></li>
  403. <li><a href="/">we swallow it too fast</a></li>
  404. <li><a href="/">we choke</a></li>
  405. <li><a href="/">we get some in our lungs</a></li>
  406. <li><a href="/">we drown</a></li>
  407. <li><a href="/">we are connected you and i</a></li>
  408. <li><a href="/">were on the same curve</a></li>
  409. <li><a href="/">just at opposite ends</a></li>
  410. </ol>
  411. </div></div>
  412.  
  413. <div class="grid-item">
  414.  
  415. <div class="boxtitle">believe it </div>
  416.  
  417. <div class="boxlinks">
  418. <ol>
  419. <li><a href="/">now there is the tec-9</a></li>
  420. <li><a href="/">a crappy spray gun from</a></li>
  421. <li><a href="/">south miami</a></li>
  422. <li><a href="/">this gun is advertised as the</a></li>
  423. <li><a href="/">most popular gun in american crime</a></li>
  424. <li><a href="/">do you believe that shit?</a></li>
  425. </ol>
  426. </div></div>
  427.  
  428. <div class="grid-item">
  429.  
  430. <div class="boxtitle">dumb asses</div>
  431.  
  432. <div class="boxlinks">
  433. <ol>
  434. <li><a href="/">normally</a></li>
  435. <li><a href="/">both your asses would be dead</a></li>
  436. <li><a href="/">as a fucking fried chicken</a></li>
  437. <li><a href="/">but you happen to pull</a></li>
  438. <li><a href="/">this shit</a></li>
  439. <li><a href="/">when im in a transitional period</a></li>
  440. <li><a href="/">so i don't wanna kill you</a></li>
  441. <li><a href="/">i wanna help you</a></li>
  442. <li><a href="/">but i cant give you this case</a></li>
  443. <li><a href="/">it dont belong to me</a></li>
  444. <li><a href="/">besides ive already been through too much</a></li>
  445. <li><a href="/">shit this morning over this case</a></li>
  446. <li><a href="/">to had it over to your dumb ass</a></li>
  447. </ol>
  448. </div></div>
  449.  
  450. <div class="grid-item">
  451.  
  452. <div class="boxtitle">How it works </div>
  453.  
  454. <div class="boxlinks">
  455. <ol>
  456. <li><a href="/">well the way</a></li>
  457. <li><a href="/">they make shows is</a></li>
  458. <li><a href="/">they make one show</a></li>
  459. <li><a href="/">that show's called</a></li>
  460. <li><a href="/">a pilot</a></li>
  461. <li><a href="/">then they show</a></li>
  462. <li><a href="/">that show</a></li>
  463. <li><a href="/">to the people</a></li>
  464. <li><a href="/">who make shows</a></li>
  465. <li><a href="/">and on the strength</a></li>
  466. <li><a href="/">of that one show</a></li>
  467. <li><a href="/">they decide if theyre</a></li>
  468. <li><a href="/">going to make more shows</a></li>
  469. <li><a href="/">some pilots get</a></li>
  470. <li><a href="/">picked and</a></li>
  471. <li><a href="/">become television programs</a></li>
  472. <li><a href="/">some dont</a></li>
  473. <li><a href="/">become nothing</a></li>
  474. <li><a href="/">she starred in one</a></li>
  475. <li><a href="/">of the ones that</a></li>
  476. <li><a href="/">became nothing</a></li>
  477. </ol>
  478. </div></div>
  479.  
  480. <div class="grid-item">
  481.  
  482. <div class="boxtitle">the tec-9 </div>
  483.  
  484. <div class="boxlinks">
  485. <ol>
  486. <li><a href="/">now there is the tec-9</a></li>
  487. <li><a href="/">a crappy spray gun from</a></li>
  488. <li><a href="/">south miami</a></li>
  489. <li><a href="/">this gun is advertised as the</a></li>
  490. <li><a href="/">most popular gun in american crime</a></li>
  491. <li><a href="/">do you believe that shit?</a></li>
  492. </ol>
  493. </div></div>
  494.  
  495. <div class="grid-item">
  496.  
  497. <div class="boxtitle">breaking oaths</div>
  498.  
  499. <div class="boxlinks">
  500. <ol>
  501. <li><a href="/">you think water</a></li>
  502. <li><a href="/">moves fast</a></li>
  503. <li><a href="/">you should see ice</a></li>
  504. <li><a href="/">it moves like it</a></li>
  505. <li><a href="/">has a mind</a></li>
  506. <li><a href="/">like it knows it</a></li>
  507. <li><a href="/">killed the world once</a></li>
  508. <li><a href="/">and got a taste</a></li>
  509. <li><a href="/">for murder</a></li>
  510. <li><a href="/">after the avalanche</a></li>
  511. <li><a href="/">it took us a week to</a></li>
  512. <li><a href="/">climb out</a></li>
  513. <li><a href="/">now i don't exactly</a></li>
  514. <li><a href="/">know when we</a></li>
  515. <li><a href="/">turned on each other</a></li>
  516. <li><a href="/">but i know that seven of us</a></li>
  517. <li><a href="/">survived the slide</a></li>
  518. <li><a href="/">and only five</a></li>
  519. <li><a href="/">made it out</a></li>
  520. </ol>
  521. </div></div>
  522.  
  523. <div class="grid-item">
  524.  
  525. <div class="boxtitle">breaking bones</div>
  526.  
  527. <div class="boxlinks">
  528. <ol>
  529. <li><a href="/">your bones dont break</a></li>
  530. <li><a href="/">mine do</a></li>
  531. <li><a href="/">thats clear</a></li>
  532. <li><a href="/">your cells react to bacteria and</a></li>
  533. <li><a href="/">viruses differently than mine</a></li>
  534. <li><a href="/">you dont get sick</a></li>
  535. <li><a href="/">i do</a></li>
  536. <li><a href="/">thats also clear</a></li>
  537. <li><a href="/">but for some reason you and i</a></li>
  538. <li><a href="/">react the same way to water</a></li>
  539. <li><a href="/">we swallow it too fast</a></li>
  540. <li><a href="/">we choke</a></li>
  541. <li><a href="/">we get some in our lungs</a></li>
  542. <li><a href="/">we drown</a></li>
  543. <li><a href="/">we are connected you and i</a></li>
  544. <li><a href="/">were on the same curve</a></li>
  545. <li><a href="/">just at opposite ends</a></li>
  546. </ol>
  547. </div></div>
  548.  
  549. <div class="grid-item">
  550.  
  551. <div class="boxtitle">from miami </div>
  552.  
  553. <div class="boxlinks">
  554. <ol>
  555. <li><a href="/">now there is the tec-9</a></li>
  556. <li><a href="/">a crappy spray gun from</a></li>
  557. <li><a href="/">south miami</a></li>
  558. <li><a href="/">this gun is advertised as the</a></li>
  559. <li><a href="/">most popular gun in american crime</a></li>
  560. <li><a href="/">do you believe that shit?</a></li>
  561. </ol>
  562. </div></div>
  563.  
  564. <div class="grid-item">
  565.  
  566. <div class="boxtitle">fucking fried chicken </div>
  567.  
  568. <div class="boxlinks">
  569. <ol>
  570. <li><a href="/">normally</a></li>
  571. <li><a href="/">both your asses would be dead</a></li>
  572. <li><a href="/">as a fucking fried chicken</a></li>
  573. <li><a href="/">but you happen to pull</a></li>
  574. <li><a href="/">this shit</a></li>
  575. <li><a href="/">when im in a transitional period</a></li>
  576. <li><a href="/">so i don't wanna kill you</a></li>
  577. <li><a href="/">i wanna help you</a></li>
  578. <li><a href="/">but i cant give you this case</a></li>
  579. <li><a href="/">it dont belong to me</a></li>
  580. <li><a href="/">besides ive already been through too much</a></li>
  581. <li><a href="/">shit this morning over this case</a></li>
  582. <li><a href="/">to had it over to your dumb ass</a></li>
  583. </ol>
  584. </div></div>
  585.  
  586. <div class="grid-item">
  587.  
  588. <div class="boxtitle">became nothing </div>
  589.  
  590. <div class="boxlinks">
  591. <ol>
  592. <li><a href="/">well the way</a></li>
  593. <li><a href="/">they make shows is</a></li>
  594. <li><a href="/">they make one show</a></li>
  595. <li><a href="/">that show's called</a></li>
  596. <li><a href="/">a pilot</a></li>
  597. <li><a href="/">then they show</a></li>
  598. <li><a href="/">that show</a></li>
  599. <li><a href="/">to the people</a></li>
  600. <li><a href="/">who make shows</a></li>
  601. <li><a href="/">and on the strength</a></li>
  602. <li><a href="/">of that one show</a></li>
  603. <li><a href="/">they decide if theyre</a></li>
  604. <li><a href="/">going to make more shows</a></li>
  605. <li><a href="/">some pilots get</a></li>
  606. <li><a href="/">picked and</a></li>
  607. <li><a href="/">become television programs</a></li>
  608. <li><a href="/">some dont</a></li>
  609. <li><a href="/">become nothing</a></li>
  610. <li><a href="/">she starred in one</a></li>
  611. <li><a href="/">of the ones that</a></li>
  612. <li><a href="/">became nothing</a></li>
  613. </ol>
  614. </div></div>
  615.  
  616. <div class="grid-item">
  617.  
  618. <div class="boxtitle">it killed the world</div>
  619.  
  620. <div class="boxlinks">
  621. <ol>
  622. <li><a href="/">you think water</a></li>
  623. <li><a href="/">moves fast</a></li>
  624. <li><a href="/">you should see ice</a></li>
  625. <li><a href="/">it moves like it</a></li>
  626. <li><a href="/">has a mind</a></li>
  627. <li><a href="/">like it knows it</a></li>
  628. <li><a href="/">killed the world once</a></li>
  629. <li><a href="/">and got a taste</a></li>
  630. <li><a href="/">for murder</a></li>
  631. <li><a href="/">after the avalanche</a></li>
  632. <li><a href="/">it took us a week to</a></li>
  633. <li><a href="/">climb out</a></li>
  634. <li><a href="/">now i don't exactly</a></li>
  635. <li><a href="/">know when we</a></li>
  636. <li><a href="/">turned on each other</a></li>
  637. <li><a href="/">but i know that seven of us</a></li>
  638. <li><a href="/">survived the slide</a></li>
  639. <li><a href="/">and only five</a></li>
  640. <li><a href="/">made it out</a></li>
  641. </ol>
  642. </div></div>
  643.  
  644. <div class="grid-item">
  645.  
  646. <div class="boxtitle">we are connected</div>
  647.  
  648. <div class="boxlinks">
  649. <ol>
  650. <li><a href="/">your bones dont break</a></li>
  651. <li><a href="/">mine do</a></li>
  652. <li><a href="/">thats clear</a></li>
  653. <li><a href="/">your cells react to bacteria and</a></li>
  654. <li><a href="/">viruses differently than mine</a></li>
  655. <li><a href="/">you dont get sick</a></li>
  656. <li><a href="/">i do</a></li>
  657. <li><a href="/">thats also clear</a></li>
  658. <li><a href="/">but for some reason you and i</a></li>
  659. <li><a href="/">react the same way to water</a></li>
  660. <li><a href="/">we swallow it too fast</a></li>
  661. <li><a href="/">we choke</a></li>
  662. <li><a href="/">we get some in our lungs</a></li>
  663. <li><a href="/">we drown</a></li>
  664. <li><a href="/">we are connected you and i</a></li>
  665. <li><a href="/">were on the same curve</a></li>
  666. <li><a href="/">just at opposite ends</a></li>
  667. </ol>
  668. </div></div>
  669.  
  670. <div class="grid-item">
  671.  
  672. <div class="boxtitle">believe it </div>
  673.  
  674. <div class="boxlinks">
  675. <ol>
  676. <li><a href="/">now there is the tec-9</a></li>
  677. <li><a href="/">a crappy spray gun from</a></li>
  678. <li><a href="/">south miami</a></li>
  679. <li><a href="/">this gun is advertised as the</a></li>
  680. <li><a href="/">most popular gun in american crime</a></li>
  681. <li><a href="/">do you believe that shit?</a></li>
  682. </ol>
  683. </div></div>
  684.  
  685. <div class="grid-item">
  686.  
  687. <div class="boxtitle">dumb asses</div>
  688.  
  689. <div class="boxlinks">
  690. <ol>
  691. <li><a href="/">normally</a></li>
  692. <li><a href="/">both your asses would be dead</a></li>
  693. <li><a href="/">as a fucking fried chicken</a></li>
  694. <li><a href="/">but you happen to pull</a></li>
  695. <li><a href="/">this shit</a></li>
  696. <li><a href="/">when im in a transitional period</a></li>
  697. <li><a href="/">so i don't wanna kill you</a></li>
  698. <li><a href="/">i wanna help you</a></li>
  699. <li><a href="/">but i cant give you this case</a></li>
  700. <li><a href="/">it dont belong to me</a></li>
  701. <li><a href="/">besides ive already been through too much</a></li>
  702. <li><a href="/">shit this morning over this case</a></li>
  703. <li><a href="/">to had it over to your dumb ass</a></li>
  704. </ol>
  705. </div></div>
  706.  
  707. </div></div>
  708.  
  709. <div id="credit"><a href="//octomoosey.tumblr.com/" title="theme by octomoosey"><img src="//31.media.tumblr.com/ce8b580be9fa9afaa442fdb216c9b293/tumblr_inline_nj1tziQKpe1ronkfd.png"></a></div>
  710. </div></div></div>
  711. </body>
  712. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement