Advertisement
Guest User

Untitled

a guest
May 30th, 2016
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>namename</title>
  6. <link rel="stylesheet" href="main.css">
  7. <link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.6.0/pure-min.css">
  8. </head>
  9. <body>
  10.  
  11.  
  12. <div class="mainbanner">
  13. <h4><marquee loop="100">hello i'm moving<img src="emoticon.png" alt="sarang" height="30" width="30"></h4></marquee>
  14. <h1>aaa®</h1>
  15.  
  16. <nav id="primary_nav_wrap">
  17. <ul>
  18. <li><a href="">page1</a></li> |
  19. <li><a href="">page2</a></li> |
  20. <li><a href="">page3</a></li> |
  21. <li><a href="">page4</a></li> |
  22. <li><a href="">page5</a></li> |
  23. <li><a href="">page6</a></li> |
  24. <li><a href="">page 7</a></li>
  25. </ul>
  26. </nav>
  27. </div>
  28.  
  29.  
  30. <div id="time">
  31. </div>
  32.  
  33. <div class="board">
  34.  
  35. </div>
  36.  
  37. <div class="signup">
  38. <button>aaa login</button>
  39. </div>
  40.  
  41. <div class="gaeshi">
  42. <h4>board</h4>
  43. <a href="http://www.yahoo.com">board 1</a>
  44. <a href="http://www.yahoo.com">board 2</a>
  45. <a href="http://www.yahoo.com">board 3</a>
  46. <a href="http://www.yahoo.com">board 4</a>
  47. </div>
  48.  
  49. <div class="music">
  50. <marquee behavior="scroll" direction="slow" scrollamount="5"><h3>song playing</marquee></h3>
  51. <audio controls style="width: 200px;" autoplay="autoplay" />
  52. <source src="todaysong.mp3" type="audio/mpeg">
  53. </audio>
  54. </div>
  55.  
  56. <div class="search">
  57. <input type="text" name="username">
  58. </div>
  59.  
  60. <div class="buttons">
  61. <button>Search</button>
  62. <button>Cancel</button>
  63. </div>
  64.  
  65.  
  66. <!--FOOTER -->
  67. <div id="footer">
  68. <p class="copyright">© 2016 aaa. All Rights Reserved.</p>
  69. </div>
  70.  
  71.  
  72. <script src="app.js"></script>
  73. </body>
  74. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement