template_html5.shtml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <!DOCTYPE html>
  2. <html lang="en" id="TOP">
  3. <head>
  4. <meta charset="utf-8" >
  5. <title>Template file Title</title>
  6. <meta name="author" content="Gilles LAMIRAL" >
  7. <meta name="copyright" content="None">
  8. <link rel="icon" type="image/png" href="../S/images/logo_imapsync_s.png" >
  9. <link href="../S/style.css" rel="stylesheet" type="text/css">
  10. <meta name="viewport" content="width=device-width, initial-scale=1" />
  11. <!--
  12. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
  13. -->
  14. <!--
  15. The link to the HTML5Shiv must be placed in the <head> element, after any stylesheets
  16. http://www.w3schools.com/html/html5_browsers.asp
  17. -->
  18. <!--[if lt IE 9]>
  19. <script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
  20. <![endif]-->
  21. </head>
  22. <body>
  23. <section>
  24. <h1>Tittle 1 <a id="title1" href="../#TOP"><small>(back to menu)</small></a>
  25. </h1>
  26. <p>Blabla 1</p>
  27. <h1>Tittle 2 <a id="title2" href="../#TOP"><small>(back to menu)</small></a>
  28. </h1>
  29. <p>Blabla 2</p>
  30. </section>
  31. <footer>
  32. <hr>
  33. <a href="http://validator.w3.org/check?uri=referer">
  34. <img
  35. src="../S/images/valid-W3C-html5.png"
  36. alt="Valid HTML5" height="31" width="88" >
  37. </a>
  38. <a href="http://jigsaw.w3.org/css-validator/check/referer">
  39. <img style="border:0;width:88px;height:31px"
  40. src="../S/images/vcss-blue"
  41. alt="CSS Valide !" >
  42. </a>
  43. <a href="http://www.anybrowser.org/campaign/">
  44. <img style="border:0;width:88px;height:31px"
  45. src="../S/images/ab_jlh.png"
  46. alt="Viewable With Any Browser" >
  47. </a>
  48. <hr>
  49. <p>
  50. <!--#config timefmt="%D" -->
  51. <!--#config timefmt="%A %B %d, %Y" -->
  52. <b>This document was last modified on <!--#echo var="LAST_MODIFIED" --></b>
  53. ($Id: template_html5.shtml,v 1.12 2017/09/11 03:04:46 gilles Exp gilles $)<br>
  54. <a href="#TOP">Top of the page</a>
  55. </p>
  56. </footer>
  57. </body>
  58. </html>