mirror of
https://github.com/imapsync/imapsync.git
synced 2024-11-17 00:02:29 +01:00
84 lines
1.9 KiB
Plaintext
84 lines
1.9 KiB
Plaintext
<!DOCTYPE html>
|
|
|
|
<html lang="en" id="TOP">
|
|
|
|
<head>
|
|
<meta charset="utf-8" >
|
|
<title>Template file Title</title>
|
|
<meta name="author" content="Gilles LAMIRAL" >
|
|
<meta name="copyright" content="None">
|
|
|
|
<link rel="icon" type="image/png" href="../S/images/logo_imapsync_s.png" >
|
|
<link href="../S/style.css" rel="stylesheet" type="text/css">
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<!--
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
|
|
-->
|
|
|
|
|
|
<!--
|
|
The link to the HTML5Shiv must be placed in the <head> element, after any stylesheets
|
|
http://www.w3schools.com/html/html5_browsers.asp
|
|
-->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
|
|
<![endif]-->
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
<section>
|
|
|
|
|
|
<h1>Tittle 1 <a id="title1" href="../#TOP"><small>(back to menu)</small></a>
|
|
</h1>
|
|
|
|
<p>Blabla 1</p>
|
|
|
|
|
|
<h1>Tittle 2 <a id="title2" href="../#TOP"><small>(back to menu)</small></a>
|
|
</h1>
|
|
|
|
<p>Blabla 2</p>
|
|
|
|
|
|
</section>
|
|
|
|
<footer>
|
|
<hr>
|
|
|
|
<a href="http://validator.w3.org/check?uri=referer">
|
|
<img
|
|
src="../S/images/valid-W3C-html5.png"
|
|
alt="Valid HTML5" height="31" width="88" >
|
|
</a>
|
|
|
|
<a href="http://jigsaw.w3.org/css-validator/check/referer">
|
|
<img style="border:0;width:88px;height:31px"
|
|
src="../S/images/vcss-blue"
|
|
alt="CSS Valide !" >
|
|
</a>
|
|
|
|
<a href="http://www.anybrowser.org/campaign/">
|
|
<img style="border:0;width:88px;height:31px"
|
|
src="../S/images/ab_jlh.png"
|
|
alt="Viewable With Any Browser" >
|
|
</a>
|
|
|
|
<hr>
|
|
<p>
|
|
<!--#config timefmt="%D" -->
|
|
<!--#config timefmt="%A %B %d, %Y" -->
|
|
<b>This document was last modified on <!--#echo var="LAST_MODIFIED" --></b>
|
|
($Id: template_html5.shtml,v 1.12 2017/09/11 03:04:46 gilles Exp gilles $)<br>
|
|
<a href="#TOP">Top of the page</a>
|
|
</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|
|
|