Compare commits

...

2 Commits

Author SHA1 Message Date
b945ef7430 Ajout d'un gitignore 2023-07-15 13:37:12 +02:00
c6bb7b935d Ajout d'un lien vers la licence. 2023-07-15 13:07:26 +02:00
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
.idea/
._*
.DS_Store

View File

@ -425,7 +425,7 @@
</main>
<footer>
&copy; Valentin Moguérou 2023 - Licence GNU AGPL v3 - <a href="https://git.kaz.bzh/valentin/simulation.wikibac.fr" target="_blank">Code source</a>
&copy; Valentin Moguérou 2023 - <a href="https://www.gnu.org/licenses/agpl-3.0.html">Licence GNU AGPL v3</a> - <a href="https://git.kaz.bzh/valentin/simulation.wikibac.fr" target="_blank">Code source</a>
</footer>
</body>
</html>