×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: HTML
Posted by: Lionel Crasson
Added: Sep 5, 2012 10:30 AM
Modified: Sep 5, 2012 10:54 AM
Views: 1793
Tags: no tags
  1. <!DOCTYPE html>
  2.  
  3. <html lang="fr">
  4.  
  5. <meta charset="UTF-8" />
  6.  
  7. <title>________________</title>
  8.  
  9. <link rel="shortcut icon" href="http://www._____.ico" />
  10. <link rel="icon" type="image/x-icon" href="http://www.____.ico" />
  11. <link rel="icon" type="image/png" href="http://www.______favicon.png" />
  12.  
  13. <meta name="keywords" content="__________" />
  14. <meta name="description" content="_______________" />
  15. <meta name="geo.placename" content="_______________" />
  16.  
  17. <link rel="apple-touch-icon" href="http://www._____________.png" />
  18. <link rel="stylesheet" type="text/css" href="http://www._________________.css" />
  19. <meta name="viewport" content="width=device-width" />
  20.  
  21.  
  22. </head>
  23.  
  24. <body>
  25.  
  26. <script type="text/javascript"></script>
  27. </body>
  28. </html>