seroff

Заготовка HTML

Feb 6th, 2016
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <!-- название -->
  5. <title>Сайт</title>
  6. <!-- кодировка -->
  7. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  8. <!-- иконка -->
  9. <link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
  10. <!-- стили -->
  11. <style></style>
  12. </head>
  13. <!-- содержания веб-страницы -->
  14. <body>
  15.  
  16.  
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment