Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <title>
- Home
- </title>
- <style type="text/css">
- body {
- background-color: #ffffff;
- color: #4C4976;
- }
- #content{
- margin-top: 20px;
- margin-left: 38%;
- font: 11px "Segoe UI";
- line-height:55px;
- }
- #content a {
- color: #50618F;
- text-decoration: none;
- margin-right: 10px;
- }
- #title {
- text-align: right;
- display: inline-block;
- width: 50px;
- }
- #sep {
- color: #333333;
- margin: 0px 7px;
- display: inline-block;
- }
- #boom{
- margin-left:6%;
- margin-top:-10px;
- color:#50618F;
- }
- #poke{
- margin-left:12%;
- padding-bottom:60px;
- }
- </style>
- </head>
- <body>
- <div id="content">
- <img id="poke" src=""></img>
- <div id="separator">
- » bruh
- </div>
- <div id="title">
- 4chan
- </div>
- <div id="sep">
- »
- </div>
- <a href="http://boards.4chan.org/g/">/g/</a>
- <a href="http://boards.4chan.org/w/">/w/</a>
- <a href="http://boards.4chan.org/wg/">/wg/</a>
- </br>
- <div id="title">
- social
- </div>
- <div id="sep">
- »
- </div>
- <a href="http://www.facebook.com">facebook</a>
- <a href="http://www.tumblr.com">tumblr</a>
- </br>
- <div id="title">
- school
- </div>
- <div id="sep">
- »
- </div>
- <a href="http://online.ivytech.edu">blackboard</a>
- </br>
- <div id="title">
- e-mail
- </div>
- <div id="sep">
- »
- </div>
- <a href="http://www.yahoo.com">yahoo</a>
- </br>
- <div id="title">
- upload
- </div>
- <div id="sep">
- »
- </div>
- <a href="http://www.imgur.com/">imgur</a>
- <a href="http://www.pastebin.com">pastebin</a>
- <a href="http://www.pomf.se/">pomf</a>
- </br>
- <div id="title">
- refs
- </div>
- <div id="sep">
- »
- </div>
- <a href="http://alpha.wallhaven.cc">wallhaven</a>
- <a href="http://nanami-tan.info/">rice</a>
- <a href="http://www.deviantart.com">da</a>
- </br>
- <div id="title">
- other
- </div>
- <div id="sep">
- »
- </div>
- <a href="http://www.youtube.com">youtube</a>
- <a href="http://www.twitch.com">twitch</a>
- <a href="http://osu.ppy.sh/">osu</a>
- <a href="http://www.crunchyroll.com/">cr</a>
- <a href="http://www.kissanime.com/">ka</a>
- </br></br>
- <p id="boom"></p>
- <script>
- var d = new Date();
- var days = ["sunday","monday","tuesday","wednesday","thursday","friday","saturday"];
- var months = ["jan","feb","mar","apr","may","jun","jul","aug","sep","oct","nov","dec"];
- var dates = d.getDate();
- var hours = d.getHours();
- var minutes = d.getMinutes();
- if ( dates == 1 || dates == 21 || dates == 31 ){
- dates = dates + "st";
- } else if ( dates == 2 || dates == 22 ){
- dates = dates + "nd";
- } else if ( dates == 3 || dates == 23 ){
- dates = dates + "rd";
- } else {
- dates = dates +"th";
- }
- if ( hours < 12 ){
- ampm = "AM";
- } else {
- hours -= 12;
- ampm = "PM";
- }
- if ( hours == 0 ){
- hours = "12";
- }
- if ( minutes < 10 ){
- minutes = "0" + minutes;
- }
- pokemon = Math.floor(Math.random() * 649) + 1;
- if ( pokemon < 10 ){
- pokemon = "00" + pokemon;
- } else if (pokemon > 10 && pokemon < 100){
- pokemon = "0" + pokemon;
- }
- document.getElementById("poke").src = 'http://sprites.pokecheck.org/i/' + pokemon + '.gif';
- document.getElementById("boom").innerHTML = days[d.getDay()] + " " + months[d.getMonth()] + " " + dates + ", " + d.getFullYear() + " | " +
- hours + ":" + minutes + " " + ampm;
- </script>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment