Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title> Login Panel </title>
- <meta charset="utf-8">
- <!-- layout responsive-->
- <meta name="viewport" content="width=device-width,intial-scale=1">
- <link rel="stylesheet" href="login.css">
- </head>
- <body>
- <div class="container">
- <h1> Toko Sebelah </h1>
- <input type="text" placeholder="Username" id="Username">
- <button type="submit" class="Daftar"><a href="daftar.html">Daftar</a></button>
- <input type="Password" placeholder="************" id="Password">
- <br>
- <button type="submit" class="Masuk">Masuk</button>
- <button type="button" class="Contact">Contact</button>
- </div>
- <p> Copyright Ⓒ 2019 By <a href="https://instagram.com/diaz_oct"> Diaz Octa </a></p>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment