trial.shtml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <!DOCTYPE html>
  2. <html lang="en" id="TOP">
  3. <head>
  4. <meta charset="utf-8" >
  5. <title>Imapsync trial</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>Imapsync trial <a id="title1" href="../#TOP"><small>(back to menu)</small></a>
  25. </h1>
  26. <p><b>I thank you for trying Imapsync!</b></p>
  27. <p>You will find <b>imapsync</b> release <!--#exec cmd="cat ../VERSION" --> at this
  28. <a href="../dist/"><b>download page</b></a>.
  29. </p>
  30. <p>
  31. Next step is imapsync <a href="../#install" >installation</a>
  32. and then your first runs following the <a href="../#doc" >tutorial</a>.
  33. </p>
  34. <p>
  35. <b>I wish you successful imap transfers!</b><br/>
  36. <a href="../#buy_all">Purchase imapsync</a>, lifetime upgrades!
  37. </p>
  38. <p><b>Gilles LAMIRAL</b><br/>
  39. gilles@lamiral.info
  40. </p>
  41. </section>
  42. <footer>
  43. <hr>
  44. <a href="http://validator.w3.org/check?uri=referer">
  45. <img
  46. src="../S/images/valid-W3C-html5.png"
  47. alt="Valid HTML5" height="31" width="88" >
  48. </a>
  49. <a href="http://jigsaw.w3.org/css-validator/check/referer">
  50. <img style="border:0;width:88px;height:31px"
  51. src="../S/images/vcss-blue"
  52. alt="CSS Valide !" >
  53. </a>
  54. <a href="http://www.anybrowser.org/campaign/">
  55. <img style="border:0;width:88px;height:31px"
  56. src="../S/images/ab_jlh.png"
  57. alt="Viewable With Any Browser" >
  58. </a>
  59. <hr>
  60. <p>
  61. <!--#config timefmt="%D" -->
  62. <!--#config timefmt="%A %B %d, %Y" -->
  63. <b>This document was last modified on <!--#echo var="LAST_MODIFIED" --></b>
  64. ($Id: trial.shtml,v 1.4 2018/04/10 00:26:50 gilles Exp gilles $)<br>
  65. <a href="#TOP">Top of the page</a>
  66. </p>
  67. </footer>
  68. </body>
  69. </html>