Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 4.93 KB | None | 0 0
  1. <head>
  2.     <title>
  3.         <% TITLE %>
  4.     </title>
  5.     <% CSS %>
  6.         <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  7. </head>
  8.  
  9. <body>
  10.     <div id="wrapper">
  11.         <div id="sidebar">
  12.             <div id="side-picture">
  13.                 <img src="https://cdn.discordapp.com/attachments/324991651103637505/402935510592520203/3.png" alt="landscape">
  14.             </div>
  15.             <div id="side-text">
  16.                 <p></p>
  17.             </div>
  18.  
  19.             <!--  BEGIN CBOX - www.cbox.ws - v4.3 -->
  20.             <div id="cbox">
  21.                 <div id="cbox-frame">
  22.                     <iframe src="https://www2.cbox.ws/box/?boxid=2383799&boxtag=n88OAB&sec=main" marginheight="0" marginwidth="0" frameborder="0"
  23.                            width="100%" height="100%" scrolling="auto" allowtransparency="yes" name="cboxmain2-2383799" id="cboxmain2-2383799"></iframe>
  24.                 </div>
  25.             </div>
  26.             <!-- END CBOX -->
  27.         </div>
  28.         <div id="forum-wrapper">
  29.                 <div class="banner">
  30.                         <div class="bannertingz">
  31.                             <div class="updates">
  32.                                 <table cellspacing=0>
  33.                                     <td valign=top>
  34.                                         <div class="titles">updates</div>
  35.                                         <div class="text">
  36.                                             Donec malesuada, nibh vitae pellentesque interdum, tellus enim dapibus tellus, vitae pellentesque tortor ex nec massa. Curabitur
  37.                                             pharetra dolor turpis, quis feugiat sem ullamcorper vel. Nunc tempus porta erat a lacinia.
  38.                                             Sed a blandit lectus. In vestibulum neque eget tellus semper, quis accumsan libero bibendum.
  39.                                             Nam interdum, sapien at dapibus venenatis, mauris odio sodales tortor, at convallis odio
  40.                                             arcu quis nulla. Nam vestibulum ante arcu, non consectetur libero volutpat eget. Proin at
  41.                                             eros at nulla interdum blandit. Nunc sed placerat mi. Etiam at imperdiet libero, quis finibus
  42.                                             massa. Nam iaculis nisi eget nunc tempus, eu sodales diam aliquet. Cras non orci sit amet
  43.                                             leo ultrices mattis non in odio. Suspendisse nulla diam, cursus at nisl ut, sollicitudin
  44.                                             tempor ligula.
  45.                                         </div>
  46.                                     </td>
  47.                                     <td>
  48.                                         <div class="titles">staff</div>
  49.                                             <img src="http://placehold.it/100x200">
  50.                                             <img src="http://placehold.it/100x200">
  51.                                             <img src="http://placehold.it/100x200">
  52.                                         </div>
  53.                                     </td>
  54.                                 </table>
  55.                             </div>
  56.                         </div>
  57.                     </div>
  58.                     <% BOARD HEADER %>
  59.                     <div id="innerwrapper">
  60.                         <div id="navi">
  61.                             <% NAVIGATION %>
  62.                         </div>
  63.                         <% BOARD %>
  64.                         <div id="searchbar">
  65.                             <div class="search-container">
  66.                                 <form action="index.php?act=Search&amp;CODE=01" method="post">
  67.                                     <input type="hidden" name="forums" value="all ">
  68.                                     <input type="text " name="keywords " class="search-input" onfocus="this.value=''" value="Search...">
  69.                                     <input type="submit" class="search-button">
  70.                                 </form>
  71.                             </div>
  72.                         </div>
  73.                         <div id="skin_selector">
  74.                             <% SKIN_SELECTOR %>
  75.                         </div>
  76.                             <% COPYRIGHT %>
  77.                         </div>
  78.                     </div>
  79.                 </div>
  80.         </div>
  81.     <div id="credit ">skinned by calico. @
  82.             <a href="http://candylandcouture.b1.jcink.com/index.php?showuser=4324">candyland</a>,
  83.             <a href="http://shine.b1.jcink.com/index.php?showuser=14860">shine</a>,
  84.             <a href="http://z10.invisionfree.com/A_THOUSAND_FIREFLIES/index.php?showuser=32298">atf</a> &
  85.            <a href="http://z10.invisionfree.com/Shadowplay/index.php?showuser=17283">shadowplay</a>
  86.    </div>
  87.    <% JAVASCRIPT %>
  88.    <script>$('#logo a img[src="style_images/1/spacer.gif"]').replaceWith('<!-- |board_name| -->');</script>
  89. </body>
  90.  
  91. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement