подключение шрифтов
This commit is contained in:
15
index.html
15
index.html
@@ -48,20 +48,7 @@
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<!-- Пример формы для отправки в Телеграмм (обработчик send-telegram.php) -->
|
||||
<form class="form" method="post" action="/send-telegram.php">
|
||||
<div class="form__item">
|
||||
<input class="form__input" type="text" name="name" required>
|
||||
<label class="form__label">Ваше имя</label>
|
||||
</div>
|
||||
<div class="form__item">
|
||||
<input class="form__input" type="text" name="phone" required>
|
||||
<label class="form__label">Номер телефона</label>
|
||||
</div>
|
||||
<input class="form__input btn" type="submit" value="Отправить">
|
||||
</form>
|
||||
<p>test</p>
|
||||
|
||||
|
||||
<script src="/assets/js/gp-main.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user