Удалить index.html
This commit is contained in:
parent
608f5d62bf
commit
c660c54bd8
1 changed files with 0 additions and 34 deletions
34
index.html
34
index.html
|
@ -1,34 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="ru">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
||||||
<title>MikuOS</title>
|
|
||||||
<link rel="stylesheet" href="style.css" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="background"></div>
|
|
||||||
|
|
||||||
<header>
|
|
||||||
<div class="logo-container">
|
|
||||||
<img src="logo.png" alt="Логотип MikuOS" class="logo" />
|
|
||||||
</div>
|
|
||||||
<h1>MikuOS</h1>
|
|
||||||
<p>Лёгкая и красивая Linux-система в стиле Hatsune Miku</p>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<main>
|
|
||||||
<a href="https://example.com/mikuos.iso" class="download-btn" download>Скачать ISO</a>
|
|
||||||
|
|
||||||
<section class="screenshots">
|
|
||||||
<h2>Скриншоты</h2>
|
|
||||||
<img src="screenshot1.png" alt="Скриншот 1" />
|
|
||||||
<img src="screenshot2.png" alt="Скриншот 2" />
|
|
||||||
</section>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
<footer>
|
|
||||||
© 2025 MikuOS. by yogurtmenn
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Loading…
Add table
Add a link
Reference in a new issue