Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html id="suka">
- <body>
- <div style="position:fixed; top:5vh; left:5vh; width: 100px; height: 100px; justify-content: flex-start; align-items: flex-start; gap: 10px; display: inline-flex">
- <img style=" position:absolute; top:5%; left:5%; width: 80px; height: 80px; border-radius: 9999px" src="src/media/logo.png" />
- </div>
- <div style="position:fixed; top:9vh; left:13vh; width: 175px; height: 30px; padding: 10px; justify-content: center; align-items: center; display: inline-flex">
- <a href="index.php" class="mont" style="text-decoration: none;">UNO-WTF.TK</a>
- </div>
- <div>
- <a href="home.php" class="mont" style="position:fixed; text-decoration: none; top:9vh; right:20vh; width: 205px; height: 30px; padding: 10px;" >Личный кабинет</a>
- <a href="forum.php" class="mont" style="position:fixed; text-decoration: none; top:9vh; right:5vh; width: 100px; height: 30px; padding: 10px;">Форум</a>
- </div>
- </body>
- <title>Авторизация</title>
- <link rel="stylesheet" type="text/css" href="style.css">
- <link rel="stylesheet" href="fonts/fonts.css">
- </head>
- <body style="background: #11191F; display: flex; justify-content: center; align-items: center; height: 100vh; flex-direction: column;">
- <form action="login.php" method="post" class="chlen" style="width: 500px; border: 2px solid #141E26; padding: 30px; background: #141E26; position: absolute; left:65%; border-radius: 15px;">
- <h2 style="color: #ccc; text-align: center; margin-bottom: 40px;">Вход</h2>
- <?php if (isset($_GET['error'])) { ?>
- <p class="error"><?php echo $_GET['error']; ?></p>
- <?php } ?>
- <label>Введите логин</label>
- <input type="text" name="uname" placeholder="Логин"><br>
- <label>Введите пароль</label>
- <input type="password" name="password" placeholder="Пароль"><br>
- <button type="submit" style=" float: right; background: #000AFF; padding: 10px 15px; color: #fff; border-radius: 5px; margin-right: 10px; border: none;">Войти</button>
- <a href="signup.php" style="font-size: 14px;display: inline-block;padding: 10px;text-decoration: none; color: #ccc;">Создать аккаунт</a>
- </form>
- <script src="./src/visual/dop.js"></script>
- <script src="./src/visual/back.js"></script>
- <script src="./src/visual/app.js"></script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement