This repository has been archived by the owner on Nov 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
license.html
83 lines (62 loc) · 2.31 KB
/
license.html
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<body bgcolor="#FFFFFF">
<head>
<title>Listenbourg community</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="viewport" content="width=device-width">
<style>
@font-face { font-family: Lcs; src: url('LucymarSans-Regular.ttf'); }
h1 {
font-family: Lcs
}
</style>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Fredoka+One&family=Play&display=swap" rel="stylesheet">
</head>
<!--menu-->
<center>
<label for="ch" id="lab"></label>
<input type="checkbox" id="ch">
<nav>
<a href="index.html">Page principale</a>
<a href="faq.html">FAQ sur la communauté</a>
<a href="mailto:[email protected]">Ajouter mon compte</a>
<a href="license.html">License et droits d'utilisation</a>
<a href="services.html">Services</a>
</nav>
</center>
<body>
<div class="blue-bg"></div>
<div class="white-bg shadow"></div>
<div class="content">
</div>
<script src="js/index.js"></script>
</body>
<!--logo-->
<br>
<center>
<div style="text-align: center"><strong><h1><strong>Licence et Droits</strong><url herf="listenbourg.org"></url></h1></strong></div><br><br><br><br>
</center>
<p align="center"><strong>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0 License</a>.</font><br>
Please note that the LucymarSans-Regular.ttf font isn't included in the above license. I DON'T OWN this font.<br>
Here is the link of the font license: <a href="https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL">https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL</a></strong></p>
<footer class="footer-distributed">
<div class="footer-right">
</div>
<div class="footer-left">
<p class="footer-links">
<a class="link-1" href="index.html">Acceuil</a>
<a href="https://github.com/Listenbourg">GitHub</a>
<a href="discord.gg/gaspardooo">Discord</a>
<a href="license.html">License & Droits</a>
<a href="faq.html">Faq</a>
<a href="mailto:[email protected]">Ajouter mon compte</a>
<a href="services.html">Services</a>
</p>
<p>Gouvernement Du Listenbourg © 2022</p>
</div>
</footer>
</body>
</html>