Delete index.html
This commit is contained in:
parent
5f7b9c3760
commit
fc8758d944
23
index.html
23
index.html
@ -1,23 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<title>FAQ — Часто задаваемые вопросы</title>
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>Часто задаваемые вопросы</h1>
|
||||
|
||||
<!-- Поле поиска -->
|
||||
<input type="text" id="search-input" placeholder="Поиск по вопросам..." />
|
||||
|
||||
<!-- Список вопросов -->
|
||||
<div id="faq-list">
|
||||
<p class="loading">Загрузка...</p>
|
||||
</div>
|
||||
</div>
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in New Issue
Block a user