Something for a start.

This commit is contained in:
2026-04-18 19:30:53 +02:00
parent 270a690bdf
commit 63006342fb
3 changed files with 30 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

+30
View File
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Kira Linux</title>
<link rel="icon" type="image/png" href="images/site.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Kira foundation main page.">
<style>
body {
background-image: url('images/background.jpg');
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
</style>
</head>
<body>
<header>
<h1>Under construction</h1>
</header>
<article>
<h2>Kira Foundation main principles</h2>
<p>Don't be evil.</p>
</article>
<footer>
<p>&copy; 2026 Kira Foundation</p>
</footer>
</body>
</html>