You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sphere-indexhtml/SOURCES/0001-INF-1031-Clean-up-ever...

55 lines
2.0 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

From 9a43ec0c40fd5a7e5769d75e31df5ce9223b8b49 Mon Sep 17 00:00:00 2001
From: tigro <tigro@msvsphere-os.ru>
Date: Tue, 26 Dec 2023 17:45:46 +0300
Subject: [PATCH] INF-1031: Clean up everything
---
ru-RU/index.html | 20 ++------------------
1 file changed, 2 insertions(+), 18 deletions(-)
diff --git a/ru-RU/index.html b/ru-RU/index.html
index a1f1542..ae47fb2 100644
--- a/ru-RU/index.html
+++ b/ru-RU/index.html
@@ -1,35 +1,19 @@
<!DOCTYPE html>
<html lang="ru">
<head>
- <title>МСВСфера ОС</title>
+ <title>Добро пожаловать</title>
<meta charset="UTF-8"/>
<link rel="icon" type="image/svg+xml" href="../common/images/favicon.svg"/>
<link rel="stylesheet" href="../common/css/sphere.css">
</head>
<body>
- <div class="container">
- <div class="row">
- <div class="column header-logo">
- <img class="sphere-banner" src="../common/images/banner-platform-msvsphere.png"/>
- </div>
- </div>
-
<div class="row">
<div class="column column-50 column-offset-25">
<p>
- <b>ОС МСВСфера</b> операционная система общего назначения на основе ядра GNU/Linux.
- </p>
- <p>
- Российское решение, включено в Реестр отечественного ПО.
- ОС МСВСфера является альтернативой зарубежным операционным системам класса
- Enterprise Linux, таким как RHEL, Oracle Linux, AlmaLinux, Rocky Linux и CentOS.
- </p>
- <p>
- Для получения дополнительной информации посетите <a href="https://msvsphere-os.ru/">сайт о продукте</a>.
+ Добро пожаловать, задайте желаемый сетевой адрес.
</p>
</div>
</div>
- </div>
</body>
</html>
--
2.43.0