12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <html lang="ru">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" href="./styles/styleformLogim.css">
- <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
- <title>Методический центр "Технология"</title>
-
- </head>
- <header class="header">
- <div class="header-logo">
- <img src="img/лого.png" alt="Логотип методического центра">
- </div>
- <div class="header-info">
- <h1 class="header-tech">ТЕХНОЛОГИЯ</h1>
- <div class="header-center">
- | Методический центр
- </div>
- <div class="header-location">
- г. Нижний Новгород, пр. Кирова, 12
- </div>
- <div class="header-phone">
- | +7 (831) 291-50-25
- </div>
- </div>
- </header>
- <body>
- <div class="pred_up">
- <div class="login">
- <div class="error">
- <script>
- var urlParams = new URLSearchParams(window.location.search);
- var message = urlParams.get('message');
- if(message == null)
- {
-
- }
- else
- {
- document.write(message);
- }
- </script>
- </div>
- <form action="chlogin.php" method="POST">
- <label for="login"></label>
- <input type="text" id="login" name="login" required placeholder="Новый логин">
- <input type="submit" value="Сменить">
- </form>
- </body>
- </div>
- </div>
|