Transfer to git

This commit is contained in:
2026-02-03 19:37:38 -03:00
commit 35d8517e56
137 changed files with 5817 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=0.5">
<title>About this site</title>
<link rel='stylesheet' type='text/css' href='../css/specific/about-this-site.css'>
<link rel="stylesheet" type='text/css' href="../css/global/components.css">
<link rel="stylesheet" type='text/css' href="../css/global/styles.css">
<link rel="stylesheet" type='text/css' href="../css/global/articles.css">
</head>
<body>
<div class="top bar panel">
<div class="left">
<p><a href="#top">About this site</a></p>
</div>
<div id="middle">
<p><a href="../en_home.html">Main</a></p>
</div>
<div class="right">
<p>
<a href="../es/about-this-site.html">ES</a>
<a href="#top">EN</a>
</p>
</div>
</div>
<div class="article panel">
<p>
Still in construction, come back later :p
</p>
</div>
<div class="bot bar panel">
<div class="left"><p>Entirely handmade, css & html only :D</p></div>
<img src="../imgs/global/rainbowcable.png" alt="Rainbow cable."> <!-- Found on https://minx98.neocities.org/Assets/IDButtons/Ribbon/rainbowcable.png -->
<div class="right"><p>Version 1.0.1, 17.01.2026</p></div>
</div>
</body>
</html>