Guest User

Untitled

a guest
Dec 10th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta charset="utf-8">
  4. <title>My playground landing</title>
  5. </head>
  6. <body>
  7. <h1>My playground app</h1>
  8. <p>This is the important line everyone reads..</p>
  9. <p>
  10. <a href="#">Start now</a>
  11. </p>
  12.  
  13. <img src="images/briefcase.png" alt="picture description" width="100">
  14. <h2>Fast</h2>
  15. <p>A fast app, <strong>very fast</strong> app</p>
  16.  
  17. <img src="images/diamond.png" alt="picture description" width="100">
  18. <h2>Simple</h2>
  19. <p>A simple app, <strong>very simple</strong> app</p>
  20.  
  21. <img src="images/heart.png" alt="picture description" width="100">
  22. <h2>Awesome</h2>
  23. <p>An awesome app, <strong>very awesome</strong> app</p>
  24.  
  25. <img src="images/laptop.png" alt="picture description" width="100">
  26. <h2>Beautiful</h2>
  27. <p>A beautiful app, <strong>very beautiful</strong> app</p>
  28.  
  29. <p>This is a playground landing Β©Le Wagon</p>
  30. </body>
  31. </html>
Add Comment
Please, Sign In to add comment