Something for a start.
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 55 KiB |
@@ -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>© 2026 Kira Foundation</p>
|
||||||
|
</footer>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user