Advertisement
Guest User

Untitled

a guest
Dec 19th, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>mdx upload</title>
  6.  
  7. <link href="myDesign.css" rel="stylesheet" type="text/css">
  8. </head>
  9. <body>
  10. <div class="content">
  11. <div id="wrapper">
  12. <div id="header">
  13. <img src="mdx.png" alt="Mdx" style="width: 100px; height: 100px">
  14. <h1>
  15. MIDDLESEX UPLOAD</h1>
  16. </div>
  17. <div>
  18. <ul>
  19. <li><a href="home.html">Home</a></li>
  20. <li><a href="myfolder.html">My folder</a></li>
  21. <li><a href="upload.html">Upload</a></li>
  22. <li><a href="contact.html">Contact</a></li>
  23. </div>
  24.  
  25. Email<input type="email">
  26.  
  27. <p>Comments<input type="text"></p>
  28.  
  29. <input type="submit">
  30.  
  31.  
  32. </body>
  33. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement