guestbook.shtml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <!DOCTYPE html>
  2. <html lang="en" id="TOP">
  3. <!-- $Id: guestbook.shtml,v 1.19 2018/04/10 00:26:50 gilles Exp gilles $ -->
  4. <head>
  5. <meta charset="utf-8" >
  6. <title>Imapsync Guestbook</title>
  7. <meta name="author" content="Gilles LAMIRAL" >
  8. <meta name="copyright" content="None">
  9. <link rel="icon" type="image/png" href="../S/images/logo_imapsync_s.png" >
  10. <link href="../S/style.css" rel="stylesheet" type="text/css">
  11. <meta name="viewport" content="width=device-width, initial-scale=1" />
  12. <!--
  13. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
  14. -->
  15. <!--
  16. The link to the HTML5Shiv must be placed in the <head> element, after any stylesheets
  17. http://www.w3schools.com/html/html5_browsers.asp
  18. -->
  19. <!--[if lt IE 9]>
  20. <script src="http://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
  21. <![endif]-->
  22. </head>
  23. <body>
  24. <section>
  25. <h1>Imapsync Guestbook</h1>
  26. <p>
  27. Your name is mandatory to post but don't hesitate to use a pseudonym!
  28. Email address is optional, only needed if you want a personal reply.
  29. Have fun!
  30. </p>
  31. Feedback can also be done via:
  32. <div class="email">An email to the author <a href="mailto:gilles@lamiral.info?subject=Imapsync_feedback" class="email">gilles@lamiral.info</a></div>
  33. <div class="twitter">A tweet to the author <a href="https://twitter.com/imapsync" class="website">@imapsync</a></div>
  34. <!-- Bravenet Embedded Service Code -->
  35. <script src="http://apps.bravenet.com/go.js?service=guestbook;id=1;usernum=2854376880" type="text/javascript" charset="utf-8">
  36. </script>
  37. </section>
  38. <footer>
  39. <hr>
  40. <a href="http://validator.w3.org/check?uri=referer">
  41. <img
  42. src="../S/images/valid-W3C-html5.png"
  43. alt="Valid HTML5" height="31" width="88" >
  44. </a>
  45. <a href="http://jigsaw.w3.org/css-validator/check/referer">
  46. <img style="border:0;width:88px;height:31px"
  47. src="../S/images/vcss-blue"
  48. alt="CSS Valide !" >
  49. </a>
  50. <a href="http://www.anybrowser.org/campaign/">
  51. <img style="border:0;width:88px;height:31px"
  52. src="../S/images/ab_jlh.png"
  53. alt="Viewable With Any Browser" >
  54. </a>
  55. <hr>
  56. <p>
  57. <!--#config timefmt="%D" -->
  58. <!--#config timefmt="%A %B %d, %Y" -->
  59. <b>This document was last modified on <!--#echo var="LAST_MODIFIED" --></b>
  60. ($Id: guestbook.shtml,v 1.19 2018/04/10 00:26:50 gilles Exp gilles $)<br>
  61. <a href="#TOP">Top of the page</a>
  62. </p>
  63. </footer>
  64. </body>
  65. </html>