-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathlicense.htm
38 lines (32 loc) · 1.58 KB
/
license.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=utf-8">
<title>License</title>
<style>
<!--
body{background-color: #eee; color: #333; font-size: 90%; font-family: "Corbel","sans-serif";}
h2{font-size: 100%; font-style: italic;font-family: "Georgia","serif";}
h3{font-size: 110%; font-family: "Georgia","serif";}
h4{font-size: 90%; font-style: italic; font-family: "Georgia","serif";}
a, a:active{color: #337ab7; text-decoration: none;}
a:focus, a:hover{color: #23527c; text-decoration: underline;}
ol{margin-bottom: 0cm;}
ul{margin-bottom: 0cm;}
-->
</style>
</head>
<body>
<div>
<!-- English -->
<h2><a name="english"></a>English version - <a title="Francais" href="#francais">Version Française</a></h2>
<h3>License</h3>
<p>All themes and plugins available on this site are published under <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">GNU General Public License</a>.<br />Feel free to download, use, modify and redistribute them.<br />A back link to my website will be appreciated.</p>
<p> </p>
<p> </p>
<!-- French -->
<h2><a name="francais"></a><a title="english" href="#english">English version</a> - Version Française</h2>
<h3>Licence</h3>
<p>Tous les thèmes et plugins proposés sur ce site sont publiés sous licence <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">GNU</a><a href="http://www.gnu.org/licenses/gpl.html" target="_blank"> General Public Licence</a>.<br />N'hésitez pas à les télécharger, à les utiliser, à les modifier et à les redistribuer.<br />Un lien vers mon site web sera apprécié.</p>
</div>
</body>
</html>