Add SWG HTML templates

Add HTML templates that will be used by SWG (see swg.git on
git.luca0n.com).
This commit is contained in:
luca0N! 2022-05-24 19:52:04 -03:00
parent 260374ab94
commit 043423f1cd
Signed by: luca0N
GPG Key ID: 2E7B4655CF16D7D6
2 changed files with 72 additions and 0 deletions

View File

@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>luca0N!'s Website</title>
<link rel="stylesheet" type="text/css" href="/assets/luca0n.css" />
</head>
<body>
<header>
<h1>luca0N!'s Website</h1>
<nav>
<ul>
<!--<li><strong class="currentPage">Index</strong></li>-->
<li><a href="index.html" class="button">Index</a></li>
<li><a href="#" class="button">Blog</a></li>
<li><a href="#" class="button">Announcements</a></li>
<li><a href="services.html" class="button">Services</a></li>
<li><a href="contact.html" class="button">Contact</a></li>
<li><a href="privacy.html" class="button">Privacy</a></li>
</ul>
</nav>
</header>
<main>
<!--[_SWG: $CONTENT]-->
<br/>
<hr/>
<footer>
<p>This website is hosted on <a href="https://nautilus.luca0n.com">Nautilus</a>.</p>
<p>Please refer to the <a target="_blank" href="https://www.luca0N.com/privacy">privacy notice</a> to learn about how your data is handled on this website.</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>Copyright © 2020-2022 luca0N! Some rights reserved.</p>
</footer>
</main>
</body>
</html>

View File

@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>luca0N.com</title>
<link rel="stylesheet" type="text/css" href="/assets/luca0n.css" />
</head>
<body>
<header>
<h1>luca0N.com</h1>
<nav>
<ul>
<!--<li><strong class="currentPage">Index</strong></li>-->
<li><a href="index.html" class="button">Index</a></li>
<li><a href="#" class="button">Blog</a></li>
<li><a href="#" class="button">Announcements</a></li>
<li><a href="services.html" class="button">Services</a></li>
<li><a href="contact.html" class="button">Contact</a></li>
<li><a href="privacy.html" class="button">Privacy</a></li>
</ul>
</nav>
</header>
<main>
<!--[_SWG: $CONTENT]-->
<br/>
<hr/>
<footer>
<p>Este sítio está hospedado em <a href="https://nautilus.luca0n.com">Nautilus</a>.</p>
<p>Visite a <a target="_blank" href="https://www.luca0N.com/privacy">nota de privacidade</a> para ter informações sobre o processamento e coleta de dados neste sítio.</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>Copyright © 2020-2022 luca0N! Alguns direitos reservados.</p>
</footer>
</main>
</body>
</html>