Advertisement
Crenox

Good, Bad, & Ugly Website Project

Oct 13th, 2015
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. FILE LAYOUT
  2. > Good, Bad, & Ugly
  3. > images
  4. > favicons
  5. -------------------------------------------------------------------------------------------------------------------------------
  6. <!DOCTYPE html>
  7. <html>
  8. <head>
  9. <title>Home</title>
  10. <link rel="stylesheet" type="text/css" href="styles.css">
  11. <style>
  12.  
  13. </style>
  14. </head>
  15.  
  16. <body>
  17.  
  18. </body>
  19. </html>
  20. <!--
  21. GOOD
  22. Google: http://www.google.com
  23. YouTube: http://www.youtube.com
  24. Cool Math: http://www.coolmath.com/
  25. Square Space: http://www.squarespace.com/
  26. Pacsun: http://www.pacsun.com/
  27.  
  28. BAD
  29. reddit: http://www.reddit.com
  30. BUDK: http://www.budk.com/
  31.  
  32.  
  33.  
  34.  
  35. UGLY
  36. 4chan: http://www.4chan.org
  37. Wayne Hills High School: http://wh.wayneschools.com/
  38. -->
  39. -------------------------------------------------------------------------------------------------------------------------------
  40. <!DOCTYPE html>
  41. <html>
  42. <head>
  43. <title>Good</title>
  44. <link rel="stylesheet" type="text/css" href="styles.css">
  45. <style>
  46.  
  47. </style>
  48. </head>
  49.  
  50. <body>
  51.  
  52. </body>
  53. </html>
  54. <!--
  55. GOOD
  56. Google: http://www.google.com
  57. YouTube: http://www.youtube.com
  58. Cool Math: http://www.coolmath.com/
  59. Square Space: http://www.squarespace.com/
  60. Pacsun: http://www.pacsun.com/
  61.  
  62. BAD
  63. reddit: http://www.reddit.com
  64. BUDK: http://www.budk.com/
  65.  
  66.  
  67.  
  68.  
  69. UGLY
  70. 4chan: http://www.4chan.org
  71. Wayne Hills High School: http://wh.wayneschools.com/
  72. -->
  73. -------------------------------------------------------------------------------------------------------------------------------
  74. <!DOCTYPE html>
  75. <html>
  76. <head>
  77. <title>Bad</title>
  78. <link rel="stylesheet" type="text/css" href="styles.css">
  79. <style>
  80.  
  81. </style>
  82. </head>
  83.  
  84. <body>
  85.  
  86. </body>
  87. </html>
  88. <!--
  89. GOOD
  90. Google: http://www.google.com
  91. YouTube: http://www.youtube.com
  92. Cool Math: http://www.coolmath.com/
  93. Square Space: http://www.squarespace.com/
  94. Pacsun: http://www.pacsun.com/
  95.  
  96. BAD
  97. reddit: http://www.reddit.com
  98. BUDK: http://www.budk.com/
  99.  
  100.  
  101.  
  102.  
  103. UGLY
  104. 4chan: http://www.4chan.org
  105. Wayne Hills High School: http://wh.wayneschools.com/
  106. -->
  107. -------------------------------------------------------------------------------------------------------------------------------
  108. <!DOCTYPE html>
  109. <html>
  110. <head>
  111. <title>Ugly</title>
  112. <link rel="stylesheet" type="text/css" href="styles.css">
  113. <style>
  114.  
  115. </style>
  116. </head>
  117.  
  118. <body>
  119.  
  120. </body>
  121. </html>
  122. <!--
  123. GOOD
  124. Google: http://www.google.com
  125. YouTube: http://www.youtube.com
  126. Cool Math: http://www.coolmath.com/
  127. Square Space: http://www.squarespace.com/
  128. Pacsun: http://www.pacsun.com/
  129.  
  130. BAD
  131. reddit: http://www.reddit.com
  132. BUDK: http://www.budk.com/
  133.  
  134.  
  135.  
  136.  
  137. UGLY
  138. 4chan: http://www.4chan.org
  139. Wayne Hills High School: http://wh.wayneschools.com/
  140. -->
  141. -------------------------------------------------------------------------------------------------------------------------------
  142. *
  143. {
  144. margin: 0;
  145. padding: 0;
  146. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement