Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!-- THEME MADE BY BREQ --
- @justiceofbreq-t.tumblr.com
- --------------------------
- Theme 09: novascape --
- --------------------------
- TERMS OF USAGE:
- - DO NOT REMOVE THE CREDIT
- - DO NOT REDISTRIBUTE
- - DO NOT CLAIM AS YOUR OWN
- - DO NOT USE AS A BASE
- -------------------------->
- <html>
- <head>
- <title>{text:browser title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <meta name ="color:background" content="#000">
- <meta name ="color:description" content="#888888">
- <meta name ="color:title" content="#315f7a">
- <meta name ="color:bold" content="#878787">
- <meta name ="color:italic" content="#f5ad58">
- <meta name ="color:body" content="#dcecf5">
- <meta name ="color:link" content="#6ba3b0">
- <meta name ="color:navlink" contenxt="#998200">
- <meta name ="color:permalink" content="#665600">
- <meta name ="color:permalink hover" content="#dcecf5">
- <meta name ="color:tags" content="#665600">
- <meta name ="color:tags hover" content="#dcecf5">
- <meta name ="color:scrollthumb" content="#315f7a">
- <meta name ="color:scrollthumb hover" content="#dcecf5">
- <meta name ="color:tooltip" content="#998200">
- <meta name="image:background" content="http://static.tumblr.com/poesisw/Exlobt9f3/106826.jpg">
- {block:ifaffiliates}
- <meta name="image:affiliate1" content="http://marlborofishandgame.com/images/6/6c/Question-mark.png">
- <meta name="image:affiliate2" content="http://marlborofishandgame.com/images/6/6c/Question-mark.png">
- <meta name="image:affiliate3" content="http://marlborofishandgame.com/images/6/6c/Question-mark.png">
- <meta name="image:affiliate4" content="http://marlborofishandgame.com/images/6/6c/Question-mark.png">
- <meta name="image:affiliate5" content="http://marlborofishandgame.com/images/6/6c/Question-mark.png">
- {/block:ifaffiliates}
- <meta name="if:widgets" content="1">
- <meta name="if:updates" content="1">
- <meta name="if:affiliates" content="1">
- <meta name ="text:font size" content="9px">
- <meta name ="text:browser title" content="this can be anything you want or you can copy paste your blog title here">
- <meta name="text:description title" content="PROFILE">
- <meta name="text:updates title" content="UPDATES">
- {block:ifaffiliates}
- <meta name ="text:affiliates title" content="AFFILIATES">
- {/block:ifaffiliates}
- <meta name="text:time widget" content="insert time widget script here">
- <meta name="text:counter widgets" content="insert counter widgets here">
- <meta name="text:link1" content="submit">
- <meta name="text:link1 url" content="/submit">
- <meta name="text:link2" content="archive">
- <meta name="text:link2 url" content="/archive">
- <meta name="text:link3" content="navigation">
- <meta name="text:update1" content="update 1 text goes here" />
- <meta name="text:update2" content="update 2 text goes here" />
- <meta name="text:update3" content="update 3 text goes here" />
- <meta name="text:update4" content="update 4 text goes here" />
- <meta name="text:update5" content="update 5 text goes here" />
- <meta name="text:affiliate1name" content="affiliate1"/>
- <meta name="text:affiliate1url" content=""/>
- <meta name="text:affiliate2name" content="affiliate2"/>
- <meta name="text:affiliate2url" content=""/>
- <meta name="text:affiliate3name" content="affiliate3"/>
- <meta name="text:affiliate3url" content=""/>
- <meta name="text:affiliate4name" content="affiliate4"/>
- <meta name="text:affiliate4url" content=""/>
- <meta name="text:affiliate5name" content="affiliate5"/>
- <meta name="text:affiliate5url" content=""/>
- </head>
- <!--scripts-->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
- <script src="http://static.tumblr.com/fiw4iub/4jdnu5ta4/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <!--custom fonts-->
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <link href='https://fonts.googleapis.com/css?family=Orbitron' rel='stylesheet' type='text/css'>
- <link href='https://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
- <style type="text/css">
- /*customize your scrollbar here*/
- ::-webkit-scrollbar {
- width: 2px;
- height: 2px;
- }
- ::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background:transparent;
- border: 0px none #ffffff;
- border-radius: 0px;
- }
- ::-webkit-scrollbar-thumb:hover {
- background: {color:scrollthumb hover};
- }
- ::-webkit-scrollbar-thumb:active {
- background: {color:scrollthumb};
- }
- ::-webkit-scrollbar-track {
- background: transparent;
- border: 0px none #ffffff;
- border-radius: 2px;
- }
- ::-webkit-scrollbar-track:hover {
- background: transparent;
- }
- ::-webkit-scrollbar-track:active {
- background: transparent;
- }
- ::-webkit-scrollbar-corner {
- background: transparent;
- }
- body {
- background-color:{color:background};
- font-family:'Orbitron', sans-serif;;
- font-size: {text:font size};
- color:{color:body};
- background-image:url('{image:background}');
- background-repeat:no-repeat;
- background-attachment:fixed;
- background-position: top left;
- background-size:cover;
- }
- a {
- text-decoration:none;
- color:{color:link};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- a:hover {
- text-decoration:underline;
- letter-spacing:3px;
- cursor: help;
- }
- b, strong {
- color:{color:bold};
- text-transform:uppercase;
- }
- i, em {
- color:{color:italic};
- letter-spacing:2px;
- text-transform:lowercase;
- font-family: 'Allura', cursive;
- text-shadow:0px 0px 10px #def4f9;
- }
- blockquote {
- padding:2px 7px;
- margin:3px 0 3px 8px;
- border-left:1px solid #006f94;
- }
- blockquote img {
- max-width:100%;
- height:auto;
- }
- img {
- max-width: 100%;
- height:auto;
- }
- h1 {
- font-family:'Orbitron', sans-serif;
- font-style: bold;
- font-size: 11px;
- text-align:right;
- }
- h2 {
- font-family:'Orbitron', sans-serif;
- font-style: bold;
- font-size: 20px;
- text-align:left;
- }
- ul {
- list-style-type: circle;
- margin-left: 20px;
- padding: 0;
- }
- #container {
- position:absolute;
- height:600px;
- left:600px;
- overflow-y:scroll;
- width:540px;
- top:100px;
- border-top:1px solid #fff;
- }
- #titlecontainer {
- position:absolute;
- top:40px;
- left:600px;
- height:200px;
- width:540px;
- }
- #title {
- font-family:'Orbitron', sans-serif;
- font-size:50px;
- color:{color:title};
- text-shadow:3px 3px 5px #fff;
- }
- .posts {
- width:500px;
- background:transparent;
- padding:10px;
- margin-bottom:30px;
- overflow-x:visible;
- }
- .post img {
- max-width:100%;
- height:auto;
- }
- .permatrigger {
- float:right;
- }
- .permalinks {
- padding:5px;
- height:12px;
- }
- .permalinks a {
- float:right;
- text-decoration:none;
- display:inline;
- font-size: 9px;
- color:{color:permalink};
- opacity:.6;
- padding-right:10px;
- }
- .permalinks a:hover {
- color:{color:permalink hover};
- opacity:1;
- }
- .permalinks a:first-child {
- padding-right:0px;
- }
- {block:PermalinkPage}
- .tags {
- text-align:center;
- }
- .tags a {
- text-decoration:none;
- font-size: 8px;
- text-transform:uppercase;
- color:{color:tags};
- }
- .tags a:hover {
- color:{color:tags hover};
- }
- {/block:PermalinkPage}
- #sidebar {
- position:fixed;
- left:405px;
- top:100px;
- height:580px;
- width:200px;
- opacity:.1;
- background: transparent;
- background-position: bottom left;
- background-repeat:no-repeat;
- background-attachment:fixed;
- overflow:auto;
- -o-transition-transition: all 0.8s ease-out;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- #sidebar:hover {
- opacity:1;
- -o-transition-transition: all 0.8s ease-out;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- #sidebar::-webkit-scrollbar {
- width: 2px;
- height: 2px;
- }
- #sidebar::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- #sidebar::-webkit-scrollbar-thumb {
- background: transparent;
- border: 0px none #ffffff;
- border-radius: 0px;
- }
- #sidebar::-webkit-scrollbar-thumb:hover {
- background: transparent;
- }
- #sidebar::-webkit-scrollbar-thumb:active {
- background: transparent;
- }
- #sidebar::-webkit-scrollbar-track {
- background: transparent;
- border: 0px none #ffffff;
- border-radius: 2px;
- }
- #sidebar::-webkit-scrollbar-track:hover {
- background: transparent;
- }
- #sidebar::-webkit-scrollbar-track:active {
- background: transparent;
- }
- #sidebar::-webkit-scrollbar-corner {
- background: transparent;
- }
- #description {
- font-size:10px;
- color:{color:description};
- text-align:right;
- padding:10px;
- }
- #sidebar li {
- list-style:decimal-leading-zero;}
- #sideimage img {
- max-width:250px;
- margin-left:10px;
- }
- #navlinks {
- font-size:12px;
- font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
- padding:10px;
- text-align:right;
- }
- #navlinks a {
- display:inline-block;
- color:{color:navlink};
- padding-left:10px;
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #navlinks a:hover {
- margin-right:10px;
- }
- #affiliates {
- text-align:center;
- margin:10px;
- }
- #affiliates a{
- border:none;
- }
- #affiliates img {
- border-radius:50%;
- width:28px;
- height:28px;
- padding:1px;
- -webkit-filter: grayscale(100%);
- filter: grayscale(100%);
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #affiliates img:hover {
- -webkit-filter: none;
- filter: none;
- -webkit-filter: grayscale(0%);
- filter: grayscale(0%);
- -webkit-transition: all 0.7s ease;
- transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- #pagination {
- position:absolute;
- left:570px;
- bottom:10px;
- width:auto;
- height:auto;
- text-align:right;
- }
- .popup_block{
- display:none;
- background:#000;
- padding:20px;
- float:left;
- position:fixed;
- top:50%;left:50%;
- z-index: 99999;
- -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
- -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
- box-shadow: 0px 0px 20px #000; /* delete for solid white */
- }
- *html #fade {position: absolute;}
- *html .popup_block {position: absolute;}
- #fade {
- display:none;
- position:fixed;
- left:0px;
- top:0px;
- width:100%;
- height:100%;
- z-index:9999;
- background:#000; /* change to #fff for solid white */
- opacity:0.5; /* change to opacity:1; */
- }
- #below{width:300px;}
- .title1, .title2, .title3, .title4 {
- display:inline-block;
- height:10px;
- line-height:10px;
- font-size:18px;
- font-family: 'Orbitron', sans-serif;
- width:280px;
- padding:10px;
- margin-top:10px;
- color:{color:link};
- border-bottom:1px solid #ddd;
- letter-spacing:4px;
- text-transform:uppercase;
- overflow:hidden;
- opacity:1;
- cursor:help;
- font-weight:700;
- }
- .table1, .table2, .table3, .table4 {
- height:auto;
- display:none;
- opacity:1;
- background:#000;
- font-family: 'Orbitron', sans-serif;
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:10px;
- width:280px;
- padding:10px;
- line-height:20px;
- }
- .table1 a, .table2 a, .table3 a, .table4 a {
- padding:5px;
- margin:3px;
- -o-transition-transition: all 0.8s ease-out;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;}
- .table1 a:hover, .table2 a:hover, .table3 a:hover, .table4 a:hover {
- background:{color:link hover};
- color:#fff;
- -o-transition-transition: all 0.8s ease-out;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- .asker {
- font-size:15px;
- font-style: italic;
- text-align:center;
- border-bottom:1px solid #eee;
- margin-bottom:5px;
- padding-bottom:3px;
- }
- .question {
- font-style: italic;
- padding-left:50px;
- padding-right:50px;
- }
- .quote {
- font-size:13px;
- letter-spacing:1px;
- text-align:center;
- border-bottom:1px solid #eee;
- margin-bottom:5px;
- padding-bottom:3px;
- }
- .quotesource {
- font-size:10px;
- letter-spacing:1px;
- text-align:center;
- margin-bottom:5px;
- }
- #s-m-t-tooltip {
- max-width:300px;
- border-radius: 0px; /* you can add in a border radius here for curved corners if you like */
- padding:5px; /* space around the text */
- margin:5px 10px 5px 0px; /* positioning of your hover info in relation to the link */
- color:{color:tooltip}; /* text color */
- font-size:10px; /* font size of your hover info */
- background:transparent; /* change the background color of your hover info */
- border:1px solid {color:tooltip};
- z-index:99999;}
- /* DO NOT REMOVE THIS. It's my credit and I worked very hard on it. */
- #mycredit {
- z-index:8;
- bottom:0px;
- right:5px;
- height:30px;
- width:30px;
- opacity:0.6;
- position:fixed;
- padding:5px;}
- #mycredit:hover {
- opacity:1;
- -o-transition-transition: all 0.8s ease;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- transition: all 0.8s ease;
- }
- {CustomCSS}
- </style>
- <script src="jquery.js"></script>
- <script>
- $(document).ready(function(){
- $(".title1").click(function(){
- $(".table1").slideToggle("fast");});});
- $(document).ready(function(){
- $(".title2").click(function(){
- $(".table2").slideToggle("fast");});});
- $(document).ready(function(){
- $(".title3").click(function(){
- $(".table3").slideToggle("fast");});});
- /*for more sections, copy from here*/
- $(document).ready(function(){
- $(".title4").click(function(){
- $(".table4").slideToggle("fast");});});
- /*end copy here and change 4s to relative numbers corresponding to sections below*/
- </script>
- <body>
- <!--here is your full length sidebar -->
- <div id="sidebar">
- <!--these are your nav links-->
- <div id="navlinks">
- <a href="/" title="headquarters"><!--you can change your font awesome icons here --><i class="fa fa-fighter-jet" aria-hidden="true" style="color:{color:navlink};"></i></a>
- <a href="/faq" title="ask"><i class="fa fa-question-circle" aria-hidden="true" style="color:{color:navlink};"></i>
- <a href="{text:link1 url}" title="{text:link1}"><i class="fa fa-bolt" style="color:{color:navlink};"></i></a>
- <a href="{text:link2 url}" title="{text:link2}"><i class="fa fa-archive" aria-hidden="true" style="color:{color:navlink};"></i>
- </a>
- <!--this is your popup box link, defaulted as a navigation table -->
- <a href="#?w=300" rel="box1" class="poplight" title="{text:link3}"><i class="fa fa-globe" aria-hidden="true"style="color:{color:navlink};"></i>
- </a></div>
- <!--this is your description -->
- <div id="description"><h1>{text:description title}</h1><hr>{block:Description}{MetaDescription}{/block:Description}
- <!--these are your time and counter widgets -->
- {block:ifwidgets}
- <p>{text:time widget}
- <br>
- {text:counter widgets}
- {/block:ifwidgets}
- <br><br>
- {block:ifupdates}
- <h1>{text:updates title}</h1><hr>
- <ol class="g">
- {block:ifupdate1}<li>{text:update1}</li>{/block:ifupdate1}
- {block:ifupdate2}<li>{text:update2}</li>{/block:ifupdate2}
- {block:ifupdate3}<li>{text:update3}</li>{/block:ifupdate3}
- {block:ifupdate4}<li>{text:update4}</li>{/block:ifupdate4}
- {block:ifupdate5}<li>{text:update5}</li>{/block:ifupdate5}
- </ol>
- {/block:ifupdates}
- {block:ifaffiliates}
- <br>
- <h1>{text:affiliates title}</h1><hr>
- <div id="affiliates">
- <a href="{text:affiliate1url}" title="{text:affiliate1name}"><img src="{image:affiliate1}"></a>
- <a href="{text:affiliate1ur2}" title="{text:affiliate2name}"><img src="{image:affiliate2}"></a>
- <a href="{text:affiliate3url}" title="{text:affiliate3name}"><img src="{image:affiliate3}"></a>
- <a href="{text:affiliate4url}" title="{text:affiliate4name}"><img src="{image:affiliate4}"></a>
- <a href="{text:affiliate5url}" title="{text:affiliate5name}"><img src="{image:affiliate5}"></a>
- </div>
- {/block:ifaffiliates}
- </div>
- </div></div></div>
- <div id="pagination">{block:Pagination}{CurrentPage} of {TotalPages}<br>
- {block:PreviousPage}<a href="{PreviousPage}">⇺</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">⇸</a>
- {/block:NextPage}
- {/block:Pagination}</div>
- <div id="titlecontainer"><div id="title"><center>{Title}</center></div></div>
- <div id="container">
- <div class="autopagerize_page_element">
- {block:Posts}
- <div class="posts">
- {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
- {block:Photo}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/><p>{block:HighRes}
- <a href="{PhotoURL-HighRes}">View in High-Res</a>{/block:HighRes}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Panorama}{LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Panorama}
- {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<div class="quote">{Quote}</div>{block:Source}<div class="quotesource">{Source}</div>{/block:Source}{/block:Quote}
- {block:Link}<a href="{URL}" class="link" {Target}>{Name}</a>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}{Title}</a>{/block:Title}
- {block:Lines}<li>{block:Label}{Label}{/block:Label}{Line}</li>{/block:Lines}{/block:Chat}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Audio}{AudioEmbed}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Answer}
- <div class="asker">{Asker} murmured</div>
- <div class="question">{Question}</div>
- {Answer}
- {/block:Answer}
- <div class="permalinks">
- <a href="{Permalink}" title="{Timeago}">◉</a><a href="{Permalink}" title="n{NoteCount}">{block:NoteCount}◉{/block:NoteCount}</a>
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="via">◉</a>
- <a href="{ReblogRootURL}" title="source">◉</a>{/block:RebloggedFrom}
- <a href="{ReblogURL}" title="reblog?">◉</a>
- </div>
- {block:PermalinkPage}<div class="tags">{block:HasTags}{block:Tags}<a href="{TagUrl}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>{/block:PermalinkPage}
- </div>
- {block:Postnotes}<div class="permalinks">{PostNotes}</div>{/block:Postnotes}
- {/block:Posts}
- </div></div></div>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <!-- DO NOT REMOVE MY CREDIT -->
- <div id="mycredit"><a href="http://rpjustxce.tumblr.com/" title="theme by Justxce Themes"><img src="http://static.tumblr.com/ewpefvd/Uteohiglh/rpj-icon.png"></a></div>
- </body>
- <!--start of popup block -->
- <div id="box1" class="popup_block">
- <div class="title1">TITLE</div><!--title of section here -->
- <div class="table1"><!--start of first section here -->
- <!---
- <a href="">link</a> copy and paste this link how many times you want; make sure to use <br> after every link except for the last one
- --->
- <a href="/">link</a><br>
- <a href="/">link</a><br>
- <a href="/">link</a><br>
- <a href="/">link</a>
- </div>
- <div class="title2">TITLE</div><!--title of section here -->
- <div class="table2"><!--start of second section here -->
- <a href="/">link</a><br>
- <a href="/">link</a><br>
- <a href="/">link</a><br>
- <a href="/">link</a>
- </div>
- <div class="title3">TITLE</div><!--title of section here -->
- <div class="table3"><!--start of third section here -->
- <a href="/">link</a><br>
- <a href="/">link</a><br>
- <a href="/">link</a><br>
- <a href="/">link</a>
- </div>
- <div class="title4">TITLE</div><!--title of section here -->
- <div class="table4"><!--start of fourth section here -->
- <a href="/">link</a><br>
- <a href="/">link</a><br>
- <a href="/">link</a><br>
- <a href="/">link</a>
- </div>
- <!--for more sections, you need to add to the script that's right under </style> where there are instructions, then return to this part and copy paste the following according to instructions -->
- <!--start copy here, change # to relative number
- <div class="title#">TITLE</div><!--title of section here
- <div class="table#"><!--start of fourth section here
- <a href="/">link</a><br>
- <a href="/">link</a><br>
- <a href="/">link</a><br>
- <a href="/">link</a>
- </div>
- <!--end copy here -->
- </div></div>
- </div></div></div></div></div></div></div></div></div></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment