Advertisement
poshtarboba

HTML head

Sep 29th, 2020
814
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.45 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.   <meta charset="utf-8">
  5.   <title>Page title</title>
  6.   <meta name="keywords" content="">
  7.   <meta name="description" content="">
  8.   <meta name="format-detection" content="telephone=no">
  9.   <meta name="viewport" content="width=device-width, initial-scale=1.0">
  10.   <link type="text/css" rel="stylesheet" href="css/style.css">
  11.   <script type="text/javascript" src="js/script.js"></script>
  12. </head>
  13. <body>
  14. ...
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement