Advertisement
aryasnark

aryasnark - Links Page

Feb 2nd, 2013
11,046
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.50 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>TITLE OF BLOG</title>
  4. <link rel="shortcut icon" href="{Favicon}" />
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  6.  
  7. <!--
  8.  
  9. made by aryasnark so be a doll, don't distribute it without my permission.
  10. you may change the style/color/position/whatever of the 'credit' as long as it stays on the page.
  11.  
  12. -->
  13.  
  14. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700italic,900italic' rel='stylesheet' type='text/css'>
  15.  
  16. <style type="text/css">
  17. body {
  18.     font-family:times new roman;
  19.     font-size:11px;
  20.     color:#3b3b3b;
  21.     background:#fff;
  22.     }
  23.  
  24. a:link, a, a:active, a:visited {
  25.     text-decoration: none;
  26.     color: #b8b8b8;
  27.     -moz-transition: 0.3s ease-in;
  28.     -webkit-transition: 0.3s ease-in;
  29.     -o-transition: 0.3s ease-in;
  30.     transition: 0.3s ease-in;
  31.     }
  32. a:hover {
  33.     color: #707070;
  34.     }
  35.  
  36. #title {
  37.     width:500px;
  38.     margin-top:100px;
  39.     font-size:20px;
  40.     letter-spacing:1px;
  41.     text-transform:uppercase;
  42.     color:#3b3b3b;
  43.     padding:5px;
  44.     text-align:center;
  45.     }
  46.  
  47. #subtitle {
  48.     width:300px;
  49.     font-size:12px;
  50.     letter-spacing:1px;
  51.     padding:5px;
  52.     text-align:center;
  53.     }
  54.  
  55. #content {
  56.     width:300px;
  57.     font-size:11px;
  58.     padding:5px;
  59.     text-align:center;
  60.     }
  61.  
  62. </style>
  63. </head>
  64.  
  65. <body>
  66. <center><div><br><br><br><br><div id="title">TITLE</div>
  67. <div>
  68. <center><img src="http://static.tumblr.com/ktebk5j/Lj9meaxvs/screen_shot_2012-12-01_at_12.09.02_am.png"/>
  69. <div>
  70. <br>
  71. <div id="subtitle">SUBTITLE 1:</div>
  72. <div>
  73. <div id="content">
  74. <a href="LINK HERE">link</a> -
  75. <a href="LINK HERE">link</a> -
  76. <a href="LINK HERE">link</a> -
  77. <a href="LINK HERE">link</a> -
  78. <a href="LINK HERE">link</a></div>
  79. <div><br>
  80. <div id="subtitle">SUBTITLE 2:</div>
  81. <div>
  82. <div id="content">
  83. <a href="LINK HERE">link</a> -
  84. <a href="LINK HERE">link</a> -
  85. <a href="LINK HERE">link</a> -
  86. <a href="LINK HERE">link</a> -
  87. <a href="LINK HERE">link</a></div>
  88. <div><br>
  89. <div id="subtitle">SUBTITLE 3:</div>
  90. <div>
  91. <div id="content">
  92. <a href="LINK HERE">link</a> -
  93. <a href="LINK HERE">link</a> -
  94. <a href="LINK HERE">link</a> -
  95. <a href="LINK HERE">link</a> -
  96. <a href="LINK HERE">link</a></div>
  97. <div><br>
  98. <div id="subtitle">SUBTITLE 4:</div>
  99. <div>
  100. <div id="content">
  101. <a href="LINK HERE">link</a> -
  102. <a href="LINK HERE">link</a> -
  103. <a href="LINK HERE">link</a> -
  104. <a href="LINK HERE">link</a> -
  105. <a href="LINK HERE">link</a></div>
  106. <div><br>
  107. <div><br><br><br>
  108. <a href="http://YOURURLHERE.tumblr.com">back</a> . <a href="http://aryasnark.tumblr.com">credit</a>
  109.  
  110. </body>
  111.  
  112. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement