Compare commits
3 Commits
cc440900b9
...
10f34f7f9a
Author | SHA1 | Date |
---|---|---|
luca0N! | 10f34f7f9a | |
luca0N! | b7fc7a96d5 | |
luca0N! | 19fc8d9a0a |
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
|||
# luca0N.com website sources Makefile
|
||||
# 2022-09-12
|
||||
# https://git.luca0n.com/luca0N-website.git
|
||||
# https://git.luca0n.com/luca0N/luca0N-website
|
||||
|
||||
SWG=swg
|
||||
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
<hr/>
|
||||
<footer>
|
||||
<p>This website is hosted on <a href="https://nautilus.luca0n.com">Nautilus</a>. <a target="_blank" href="https://www.luca0N.com/en/privacy">Privacy Notice</a> | <a target="_blank" href="https://www.luca0N.com/en/tos">Terms of Service</a></p>
|
||||
<p>All content on this webpage—including the luca0N! icon—is licensed under the Creative Commons Attribution-ShareAlike 4.0 International license unless otherwise stated.</p>
|
||||
<p>All content on this webpage—including the luca0N! icon—is licensed under the Creative Commons Attribution-ShareAlike 4.0 International license unless otherwise stated. <a href="https://git.luca0n.com/luca0N/luca0N-website" target="_blank">[View website sources]</a></p>
|
||||
<p>Copyright © 2020—2024 luca0N! Some rights reserved.</p>
|
||||
</footer>
|
||||
</main>
|
||||
|
|
|
@ -9,7 +9,7 @@ body {
|
|||
margin: 0;
|
||||
font-family: sans-serif;
|
||||
|
||||
background-color: #ddd;
|
||||
background-color: #eee;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
<hr/>
|
||||
<footer>
|
||||
<p>Este sítio está hospedado em <a href="https://nautilus.luca0n.com">Nautilus</a>. <a target="_blank" href="https://www.luca0N.com/en/privacy">Declaração de Privacidade</a> | <a target="_blank" href="https://www.luca0N.com/en/tos">Termos de Serviço</a></p>
|
||||
<p>Todo o conteúdo neste sítio — incluindo o ícone luca0N! — está sob a licença Atribuição-CompartilhaIgual 4.0 Internacional a não ser que outra licença tenha sido especificada.</p>
|
||||
<p>Todo o conteúdo neste sítio — incluindo o ícone luca0N! — está sob a licença Atribuição-CompartilhaIgual 4.0 Internacional a não ser que outra licença tenha sido especificada. <a href="https://git.luca0n.com/luca0N/luca0N-website" target="_blank">[Ver fontes deste sítio]</a></p>
|
||||
<p>Copyright © 2020—2024 luca0N! Alguns direitos reservados.</p>
|
||||
</footer>
|
||||
</main>
|
||||
|
|
Loading…
Reference in New Issue