millermaxibuns

MGS2 Codec TH code

Jan 31st, 2025
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. <!doctype html>
  2.  
  3. <!-------------------------
  4.  
  5. MGS2 CODEC BY ENDOFSMALLSANCTUARY
  6. DO NOT DELETE MY CREDIT AT THE BOTTOM OF THE PAGE!!
  7.  
  8. extra note: you can use this on any website i think, as long as you remove the "c0l-0 m-auto whatever" shit because that's just for toyhouse i think. if it has formatting issues on other sites let me know and i can see what to edit :3
  9. also, you can remove the noise effect in the background by removing "background-image:url(https://i.imgur.com/ye76DCj.gif);" in the main page style, and it will just be a plain colour.
  10.  
  11.  
  12. -------------------------->
  13.  
  14. <!----- START OF CODE ---->
  15.  
  16. <div class="col-0 m-auto p-1 p-md-0" style="height:500px;">
  17.  
  18. <!----- MAIN PAGE ---->
  19.  
  20. <div class="all" style="background:#121C1B; background-image:url(https://i.imgur.com/ye76DCj.gif); width:800px; height:450px;">
  21.  
  22. <!--------------------->
  23.  
  24. <!----- TOP CONTAINER (note: do not mess with the small boxes or put anything in those!! ---->
  25.  
  26. <div class="smallbox1" style="width:4px; height:13px; background:#639B8A; position:absolute; margin-top:45px; margin-left:65px;"> </div>
  27. <div class="smallbox2" style="width:4px; height:13px; background:#639B8A; position:absolute; margin-top:45px; margin-left:735px;"> </div>
  28. <div class="smallbox3" style="width:4px; height:13px; background:#639B8A; position:absolute; margin-top:170px; margin-left:65px;"> </div>
  29. <div class="smallbox3" style="width:4px; height:13px; background:#639B8A; position:absolute; margin-top:170px; margin-left:735px;"> </div>
  30. <div class="overlay box 1" style="width:645px; height:150px; border:1px solid #639B8A; text-align:center; margin-left:80px; margin-top:40px; position:absolute; z-index:1;"> </div>
  31.  
  32. <!--------------------->
  33.  
  34. <!----- LEFT IMAGE (note: the first image is the overlay, do not mess with it!) ---->
  35.  
  36. <img src="https://i.imgur.com/9bpPrI6.png" style="z-index:1; opacity:0.3; position:absolute; width:150px; height:200px; margin-left:103px; margin-top:20px;">
  37. <img src="https://media1.tenor.com/m/oGI4MuU1WRUAAAAd/raiden-fortnite.gif" style="width:150px; height:200px; margin-left:103px; margin-top:20px;">
  38.  
  39. <!--------------------->
  40.  
  41. <!----- CENTER RADIO CODEC THING IDK WHAT TO CALL IT ---->
  42.  
  43. <img src="https://i.imgur.com/WiHX39L.gif" style="height:150px; margin-left:15px; border-left:1px solid #639B8A; border-right:1px solid #639B8A; margin-top:9px; margin-right:15px;">
  44.  
  45. <!--------------------->
  46.  
  47. <!----- RIGHT IMAGE (note: the first image is the overlay, do not mess with it!) ---->
  48.  
  49. <img src="https://i.imgur.com/9bpPrI6.png" style="z-index:1; opacity:0.3; position:absolute; width:150px; height:200px; margin-top:20px;">
  50. <img src="https://media1.tenor.com/m/oGI4MuU1WRUAAAAd/raiden-fortnite.gif" style="width:150px; height:200px; margin-top:20px;">
  51.  
  52. <!--------------------->
  53.  
  54. <!----- TEXT BOX---->
  55.  
  56. <div class="textbox" style="background:#131917; border:1px solid #639B8A; width:645px; height:160px; margin-left:80px; margin-top:15px;overflow-y:scroll; text-align:center; font-size:20px; padding-left:60px; padding-right:60px; padding-top:15px; padding-bottom:15px;">
  57. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin elit sed tellus blandit viverra sed eget odio. Donec accumsan tempor lacus, et venenatis elit feugiat non. Duis porta eros et velit blandit dapibus. Curabitur ac finibus eros. Duis placerat velit vitae massa sodales, eget mattis nibh pellentesque. </p>
  58. </div>
  59.  
  60. <!--------------------->
  61. </div> </div>
  62.  
  63. <!---- CREDIT!!!!!! DO NOT REMOVE/DELETE!!!! DO NOT REMOVE/DELETE!!!! ---->
  64.  
  65. <p style="margin-top:-45px;"> code by <a href="https://toyhou.se/endofsmallsanctuary"> johnny</a> <img src="https://i.imgur.com/xWJTHdC.gif"> </p>
  66.  
  67. <!---------------------------------->
  68.  
  69. </html>
  70. <!----- END OF CODE ---->
Advertisement
Add Comment
Please, Sign In to add comment