temapr

Untitled

Feb 18th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.51 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.   <title>Я просто код</title>
  5.   <meta charset="UTF-8">
  6.   <meta name="viewport" content="width=device-width, initial-scale=1">
  7.   <link rel="stylesheet" href="style.css">
  8. </head>
  9. <body>
  10.   <h1>Я бы</h1>
  11.   <h2>обнял</h2>
  12.   <h3>тебя</h3>
  13.   <div>
  14.     <h4>— но —</h4>
  15.     <h5>я просто</h5>
  16.     <p><a href="#" target="_blank">код</a></p>
  17.     <img src="https://pictures.s3.yandex.net/code.gif" alt="мой код">
  18.   </div>
  19. </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment