Ivoryrose

Template 2

Nov 10th, 2025
150
0
Never
6
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.40 KB | Source Code | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Template 2</title>
  5. <link rel="preconnect" href="https://fonts.googleapis.com">
  6. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  7. <link href="https://fonts.googleapis.com/css2?family=Pathway+Gothic+One&display=swap" rel="stylesheet">
  8.  
  9. <style>
  10. body{
  11. /* basic changes */
  12. background-color: lightpink;
  13. font-family: Pathway Gothic One;
  14. color: #ff69b4;
  15. background-image: url('https://64.media.tumblr.com/8ac143e80ba70f446195b5fc09c0bc53/tumblr_inline_ml7yp9Wuft1qz4rgp.gif');
  16. }
  17.  
  18. #container{
  19.  
  20. width: 900px;
  21. height: 700px;
  22. margin-left: auto;
  23. margin-right: auto;
  24. margin-bottom:auto ;
  25. margin-top: auto;
  26. padding: 5px;
  27. font-size: 18px;
  28.  
  29. }
  30.  
  31. a{
  32. color: #ff61ba;
  33. text-decoration: none;
  34.  
  35.  
  36. }
  37.  
  38. #content{
  39. width: 950px;
  40.  
  41.  
  42. }
  43.  
  44. #side1{
  45. width:200px ;
  46. height: 500px;
  47. background-color: white;
  48. float: left;
  49. margin-inline: 10px;
  50. text-align: center;
  51. border-width: 8px;
  52. border-style: solid;
  53. border-image: url("https://static.tumblr.com/yn7vk7p/DfHmp40xm/bo-ha26.gif") 8 fill round;
  54.  
  55. }
  56.  
  57. #side2{
  58. width:200px ;
  59. height: 500px;
  60. background-color: white;
  61. float: left;
  62. margin-inline: 10px;
  63. text-align: center;
  64. border-width: 8px;
  65. border-style: solid;
  66. border-image: url("https://static.tumblr.com/yn7vk7p/DfHmp40xm/bo-ha26.gif") 8 fill round;
  67.  
  68. }
  69.  
  70.  
  71. #side2 li{
  72. list-style: none;
  73. text-align: center;
  74.  
  75. }
  76.  
  77. #nav{
  78. border: solid 5px lightpink;
  79. width: 190px;
  80.  
  81.  
  82.  
  83.  
  84. text-align: center;
  85.  
  86. font-size: 20px;
  87.  
  88.  
  89. }
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100. #main{
  101. width: 400px;
  102. height: 500px;
  103. background-color: white;
  104. float: left;
  105. margin-inline: 10px;
  106. text-align: center;
  107. border-width: 8px;
  108. border-style: solid;
  109. border-image: url("https://static.tumblr.com/yn7vk7p/DfHmp40xm/bo-ha26.gif") 8 fill round;
  110.  
  111. }
  112.  
  113. #main1{
  114. border: solid 5px lightpink;
  115. width: 190px;
  116. height: 100px;
  117. overflow: auto;
  118.  
  119. }
  120.  
  121. #header{
  122. width: 950px;
  123. text-align: center;
  124. height: 150px;
  125. margin-left: auto;
  126. margin-right: auto;
  127. margin-inline: 10px;
  128. font-size: 20px;
  129.  
  130. }
  131.  
  132.  
  133. #linkme{
  134. border: solid 5px lightpink;
  135.  
  136.  
  137. }
  138.  
  139. #footer{
  140. background-color: #ffe49c;
  141. height: 50px;
  142.  
  143. width: 900px;
  144. margin-left: auto;
  145. margin-right: auto;
  146. margin-bottom:auto ;
  147. margin-top: auto;
  148. text-align: center;
  149. position: fixed;
  150. bottom: 0;
  151. }
  152.  
  153.  
  154.  
  155. /* ===== Scrollbar CSS ===== */
  156. /* Firefox */
  157. * {
  158. scrollbar-width: auto;
  159. scrollbar-color: #ff70a2 #ffffff;
  160. }
  161.  
  162. /* Chrome, Edge, and Safari */
  163. *::-webkit-scrollbar {
  164. width: 16px;
  165. }
  166.  
  167. *::-webkit-scrollbar-track {
  168. background: #ffffff;
  169. }
  170.  
  171. *::-webkit-scrollbar-thumb {
  172. background-color: #ff70a2;
  173. border-radius: 10px;
  174. border: 3px none #ffffff;
  175. }
  176.  
  177.  
  178.  
  179. </style>
  180. </head>
  181. <body>
  182. <div id="container">
  183. <div id="content">
  184. <div id="header">
  185.  
  186. <h1 id="title">YOUR SITE NAME</h1>
  187.  
  188. </div>
  189.  
  190. <div id="side1">
  191. <h3>profile</h3>
  192. <img src="https://i.pinimg.com/736x/b2/60/b1/b260b1c586a8f2104b35b15d0a2e8f70.jpg" width="150">
  193.  
  194. <p>yap yap yap yapyap yapyap yapyap yapyap yap</p>
  195.  
  196. <div id="linkme">
  197. <h3>link me?</h3>
  198. <!-- this image is just a place holder using sadgirls button maker -->
  199. <img src="https://file.garden/aPJwjC1AFmgACLJC/download.png">
  200. <br>
  201. <br>
  202. <textarea> <a href="YOUR WEBSITE LINK"> <img src="YOUR IMAGE LINK"></a>
  203. </textarea>
  204.  
  205. </div>
  206.  
  207. </div>
  208.  
  209. <div id="main">
  210. <h3>Welcome</h3>
  211.  
  212. <p>This a template by Ivory's Rose's!</p>
  213. <p>You can change anything but at kepp the credits on the page:)</p>
  214. <p>if you need anything email me at [email protected] if theres any thing you may need</p>
  215.  
  216.  
  217. <img src="https://bettysgraphics.neocities.org/images/animals/bunny%2067.gif" width="100">
  218. <p>this is some extra space do what ya want with it</p>
  219. </div>
  220.  
  221. <div id="side2">
  222.  
  223. <div id="nav">
  224.  
  225.  
  226. <h3>links</h3>
  227. <a href="">link</a>
  228. <br>
  229.  
  230. <a href="">link</a>
  231. <br>
  232.  
  233. <a href="">link</a>
  234. <br>
  235.  
  236. <a href="">link</a>
  237. <br>
  238.  
  239. <a href="">link</a>
  240.  
  241. <br>
  242. <br>
  243. </div>
  244. <br>
  245. <img src="https://bettysgraphics.neocities.org/images/animals/bunny%20170.gif" width="110">
  246. <br>
  247. <br>
  248. <div id="main1">
  249. <h3>site updates </h3>
  250.  
  251. <p>mm/dd/yyyy</p>
  252. <p>Blah blah blahBlah blah blahBlah blah blahBlah blah blah </p>
  253.  
  254. <p>mm/dd/yyyy</p>
  255. <p>Blah blah blahBlah blah blahBlah blah blahBlah blah blah </p>
  256.  
  257. <p>mm/dd/yyyy</p>
  258. <p>Blah blah blahBlah blah blahBlah blah blahBlah blah blah </p>
  259.  
  260.  
  261. </div>
  262.  
  263.  
  264.  
  265. </div>
  266.  
  267. </div>
  268. <!-- DO NOT REMOVE -->
  269. <div id="footer">
  270. <p>Template By <a href="https://ivorysroses.nekoweb.org/index.html">Ivory's Rose's</a></p>
  271. </div>
  272. </div>
  273.  
  274. </body>
  275. </html>
Advertisement
Comments
  • User was banned
  • Xormatir
    43 days
    # CSS 0.05 KB | 0 0
    1. You literally stole it from https://t.me/theprotocolone
  • Saxwakar
    23 days
    # CSS 0.85 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1ifNm-s74mX7GChaEzSJ1dVQCy1SrSxlMVRYi8ys0rgQ/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from SimpleSwap — instant swap).
  • Vorrenor
    22 days
    # CSS 0.85 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1ifNm-s74mX7GChaEzSJ1dVQCy1SrSxlMVRYi8ys0rgQ/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from SimpleSwap — instant swap).
  • Fexdulon
    22 days
    # CSS 0.85 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1ifNm-s74mX7GChaEzSJ1dVQCy1SrSxlMVRYi8ys0rgQ/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from SimpleSwap — instant swap).
  • Xenjevas
    9 days
    # CSS 0.85 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1ifNm-s74mX7GChaEzSJ1dVQCy1SrSxlMVRYi8ys0rgQ/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from SimpleSwap — instant swap).
Add Comment
Please, Sign In to add comment