Dashboard Temp Share Shortlinks Frames API

HTMLify

paren.html
Views: 578 | Author: dakshbadal1379
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nuni
to:ital,wght@0,200..1000;1,200..1000&family=Urbanist:wght@100..900&display=swap" rel="stylesheet">
    
    <link type="text/css" href="pareny.css" rel="stylesheet">
</head>
<body>
    <div class="circle-blue"></div>
    <div class="login-container">
        <form action="">
            
                <div class="flexi">
                <h1>Login Here</h1><br>
                <label for="">Username</label><br>
                <input type="text" placeholder="Email or Phone"><br>
                <label for="">Password</label><br>
                <input type="password" placeholder="Password"><br><br>
                <button>Log In</button>
            </div>

            
        </form>
    </div>
    <div class="circle-orange"></div>
</body>
</html>