Update index.html
Browse files- index.html +7 -6
index.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
-
<title>
|
7 |
<link rel="manifest" href="/manifest.json">
|
8 |
<link rel="stylesheet" href="style.css">
|
9 |
<link rel="apple-touch-icon" href="/icon.png"> <!-- Для iOS -->
|
@@ -91,17 +91,18 @@
|
|
91 |
</style>
|
92 |
</head>
|
93 |
<body>
|
94 |
-
<div class="card">
|
95 |
-
<h1>TeploStil</h1>
|
96 |
-
<p>Ваш надежный партнер в мире тепла и стиля.</p>
|
97 |
-
<p>Мы предлагаем широкий ассортимент продукции для отопления и дизайна интерьера.</p>
|
98 |
-
</div>
|
99 |
|
100 |
<iframe
|
101 |
src="https://taplink.cc/morshenalpha"
|
102 |
frameborder="0"
|
103 |
allowfullscreen></iframe>
|
104 |
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
<button id="installButton">Установить приложение</button>
|
106 |
<button id="iosInstallPrompt">Установить приложение (инструкция для iOS)</button>
|
107 |
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Morshenalpha PWA</title>
|
7 |
<link rel="manifest" href="/manifest.json">
|
8 |
<link rel="stylesheet" href="style.css">
|
9 |
<link rel="apple-touch-icon" href="/icon.png"> <!-- Для iOS -->
|
|
|
91 |
</style>
|
92 |
</head>
|
93 |
<body>
|
|
|
|
|
|
|
|
|
|
|
94 |
|
95 |
<iframe
|
96 |
src="https://taplink.cc/morshenalpha"
|
97 |
frameborder="0"
|
98 |
allowfullscreen></iframe>
|
99 |
|
100 |
+
<div class="card">
|
101 |
+
<h1>Morshenalpha</h1>
|
102 |
+
<p>Все лучшее здесь!</p>
|
103 |
+
<p>Подписывайтесь и следите за обновлениями.</p>
|
104 |
+
</div>
|
105 |
+
|
106 |
<button id="installButton">Установить приложение</button>
|
107 |
<button id="iosInstallPrompt">Установить приложение (инструкция для iOS)</button>
|
108 |
|