Ivoryrose

Template 4

Nov 14th, 2025
138
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.22 KB | Source Code | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Template 4</title>
  5.  
  6. <style>
  7. /* basic changes */
  8. body{
  9. background-image: url('https://sadhost.neocities.org/images/tiles/tumblr_inline_mlkxr4nUiK1r53miq.png');
  10.  
  11. color: #395c38;
  12. }
  13.  
  14. #container{
  15. width: 900px;
  16. margin-left: auto;
  17. margin-right: auto;
  18. text-align: center;
  19. }
  20.  
  21.  
  22. #content{
  23. width: 900px;
  24. height: 500px;
  25. border: solid 5px #62a365;
  26. background-color: white;
  27. text-align: center;
  28. padding: 5px;
  29.  
  30. }
  31.  
  32. #side1{
  33. width: 210px;
  34. height: 470px;
  35.  
  36. float: left;
  37. border: solid 5px #62a365;
  38. background-color: white;
  39. padding: 2px;
  40. gap: 5px;
  41. margin-inline: 2px;
  42. }
  43.  
  44. #main{
  45. width: 420px;
  46. float: left;
  47. margin-inline: 2px;
  48. height: 470px;
  49. border: solid 5px #62a365;
  50. background-color: white;
  51. }
  52.  
  53. #side2 {
  54. width: 210px;
  55. float: left;
  56. margin-inline: 2px;
  57. height: 470px;
  58. border: solid 5px #62a365;
  59. background-color: white;
  60. padding: 2px;
  61. }
  62.  
  63. #update{
  64. overflow: auto;
  65. width: 200px;
  66. height: 100px;
  67. background-color: white;
  68. border: solid 3px #62a365;
  69.  
  70. }
  71.  
  72. #nav{
  73. height: 100px;
  74. width: 200px;
  75. background-color: white;
  76.  
  77. }
  78.  
  79. a{
  80. text-decoration: none;
  81. font-size: 17px;
  82. color: #284027;
  83. }
  84.  
  85. #to-do{
  86. overflow: auto;
  87. width: 200px;
  88. height: 100px;
  89. background-color: white;
  90. border: solid 3px #62a365;
  91. }
  92.  
  93. #chatbox{
  94. border: solid 3px #62a365;
  95.  
  96. }
  97.  
  98. #footer{
  99. background-color:#395c38 ;
  100. color: white;
  101. text-align: center;
  102.  
  103.  
  104. }
  105.  
  106.  
  107. #footer a {
  108. color: white;
  109.  
  110. }
  111.  
  112. /* ===== Scrollbar CSS ===== */
  113. /* Firefox */
  114. * {
  115. scrollbar-width: auto;
  116. scrollbar-color: #588960 #ffffff;
  117. }
  118.  
  119. /* Chrome, Edge, and Safari */
  120. *::-webkit-scrollbar {
  121. width: 16px;
  122. }
  123.  
  124. *::-webkit-scrollbar-track {
  125. background: #ffffff;
  126. }
  127.  
  128. *::-webkit-scrollbar-thumb {
  129. background-color: #588960;
  130. border-radius: 10px;
  131. border: 3px solid #ffffff;
  132. }
  133. </style>
  134.  
  135. </head>
  136. <body>
  137.  
  138. <div id="container">
  139. <div id="header">
  140. <img src="https://64.media.tumblr.com/639ee9619b34eaba3349693c29a6c4ce/a51c5a81b206cf9c-81/s400x600/ccf0f73b9ab81aa9b38aa61281d40da553cbaaae.jpg" width="900px" height="250px">
  141. </div>
  142.  
  143. <div id="content">
  144.  
  145. <div id="side1">
  146.  
  147.  
  148. <div id="update">
  149. <h3>Updates</h3>
  150. <p>mm/dd/yyyy</p>
  151. <p>bla bal blah balh balh abl</p>
  152.  
  153. <p>mm/dd/yyyy</p>
  154. <p>bla bal blah balh balh abl</p>
  155.  
  156. <p>mm/dd/yyyy</p>
  157. <p>bla bal blah balh balh abl</p>
  158.  
  159. <p>mm/dd/yyyy</p>
  160. <p>bla bal blah balh balh abl</p>
  161.  
  162. </div>
  163. <div id="nav ">
  164.  
  165. <br>
  166. <br>
  167.  
  168. <h3>Nav</h3>
  169.  
  170. <a href="">link</a>
  171. <br>
  172. <a href="">link</a>
  173. <br>
  174. <a href="">link</a>
  175. <br>
  176. <a href="">link</a>
  177. <br>
  178. <a href="">link</a>
  179.  
  180.  
  181. </div>
  182. <br>
  183. <br>
  184. <br>
  185. <img src="https://bettysgraphics.neocities.org/images/animals/butterflies.gif">
  186.  
  187. </div>
  188.  
  189. <div id="main">
  190.  
  191. <h3>Welcome</h3>
  192. <p>This a template by Ivory's Rose's!</p>
  193. <p>You can change anything but at kepp the credits on the page:)</p>
  194. <p>if you need anything email me at [email protected] if theres any thing you may need</p>
  195. <br>
  196.  
  197. <img src="https://bettysgraphics.neocities.org/images/animals/cat%2018.gif">
  198. <p>This is extra space do what ya want with it</p>
  199. </div>
  200.  
  201.  
  202. <div id="side2">
  203.  
  204. <div id="to-do">
  205. <h3>to-do</h3>
  206.  
  207. <ul>
  208. <li><p>blah balh balbhjh </p></li>
  209. <li><p>blah balh balbhjh </p></li>
  210. <li><p>blah balh balbhjh </p></li>
  211. <li><p>blah balh balbhjh </p></li>
  212. <li><p>blah balh balbhjh </p></li>
  213. <li><p>blah balh balbhjh </p></li>
  214.  
  215. </ul>
  216.  
  217. </div>
  218. <br>
  219. <!-- put your own chatbox here you can use this one here https://www.cbox.ws/getone-->
  220. <div id="chatbox">
  221. <iframe src="https://www3.cbox.ws/box/?boxid=3550251&boxtag=tR8kbp" width="200px" height="330" allowtransparency="yes" allow="autoplay" frameborder="0" marginheight="0" marginwidth="0" scrolling="auto"></iframe>
  222. </div>
  223.  
  224. </div>
  225. </div>
  226. <!--DO NOT REMOVE-->
  227. <div id="footer">
  228. <p>Template By <a href="https://ivorysroses.nekoweb.org/index.html">Ivory's Rose's</a></p>
  229. </div>
  230. </div>
  231. </body>
  232. </html>
Advertisement
Comments
  • Nordunos
    5 days
    # CSS 0.84 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1dOCZEHS5JtM51RITOJzbS4o3hZ-__wTTRXQkV1MexNQ/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