Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. <!doctype html>
  2.  
  3. <html>
  4. <head>
  5. <title>Hire me pls</title>
  6. <link rel='stylesheet' href="site2.css"/>
  7.  
  8. </head>
  9. <body>
  10. <div class='container'>
  11. <header>
  12. <div class='title'>
  13. <h1>PLS HIRE ME</h1>
  14. </div>
  15. <div class='name'>
  16. Martin Orłow
  17. <div class='dane'>
  18. devops
  19. </div>
  20. </div>
  21. <div class="picture"><img src="https://scontent-frt3-1.xx.fbcdn.net/v/t1.0-9/29137058_1383809421722920_8804026861890830336_n.jpg?_nc_cat=0&_nc_eui2=v1%3AAeGxEh4Xny7ZkhJyl1E8k7-R4dPltVeMm8LMK-K5oG1PrCnq6WpomZ1eQDpC8110QihdZtJTkMbg35QtHAqQwfPYYjoq_VFA5lf0Cm5UwMxD_w&oh=e6818a87f9a5edb1e796c00229d46c2e&oe=5B5061BF"/>
  22. </div>
  23. <section id='main'>
  24. <label for='mailadress' >Insert your email adress:</label>
  25. <input type='text' id='mailadress'/>
  26. <button onclick="myFunction()">Send</button>
  27. </section>
  28. <nav>
  29. <ul>
  30. Why me?
  31. <li><a href="dlaczegomnie.html">Reason 1</a></li>
  32. <li><a href="dlaczegomnie.html">Reason 2</a></li>
  33. <li><a href="dlaczegomnie.html">Reason 3</a></li>
  34. </ul>
  35. </nav>
  36. </header>
  37. </div>
  38. <footer>
  39. &copy; 2018 Martin
  40. </footer>
  41. <script src="index2.js"></script>
  42. </body>
  43. </html>
  44.  
  45. <p></p>
  46.  
  47. index2.js
  48. function myFunction(){
  49. alert('I will do anything');
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement