document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <!doctype html>
  2. <html lang="en">
  3.  
  4. <head>
  5. <!-- Required meta tags -->
  6. <meta charset="utf-8">
  7. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  8.  
  9. <!-- Bootstrap CSS -->
  10. <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
  11. <script src="https://kit.fontawesome.com/2a07548216.js" crossorigin="anonymous"></script>
  12. <title>Pweb 6 Boostrap</title>
  13. <style>
  14. .box {
  15. margin-top: 300px;
  16. }
  17.  
  18. .fa-facebook-square {
  19. color: rgb(4, 82, 228);
  20. }
  21.  
  22. .fa-twitter-square {
  23. color: #00acee;
  24. }
  25.  
  26. .fa-linkedin {
  27. color: #0e76a8;
  28. }
  29.  
  30. footer {
  31. height: 50px;
  32. width: 100%;
  33. margin-top: 270px;
  34. }
  35. </style>
  36. </head>
  37.  
  38. <body>
  39. <nav class="navbar navbar-expand-lg navbar-dark bg-primary">
  40. <div class="container-fluid">
  41. <a class="navbar-brand" href="#">Arif Corps</a>
  42. <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
  43. <span class="navbar-toggler-icon"></span>
  44. </button>
  45. <div class="collapse navbar-collapse" id="navbarNav">
  46. <ul class="navbar-nav ms-auto">
  47. <li class="nav-item">
  48. <a class="nav-link active" aria-current="page" href="https://fiansyahm.github.io/pweb.github.io/pweb-6-login.html">Login</a>
  49. </li>
  50. <li class="nav-item">
  51. <a class="nav-link" href="https://fiansyahm.github.io/pweb.github.io/pweb-6-register.html">Register</a>
  52. </li>
  53. </ul>
  54. </div>
  55. </div>
  56. </nav>
  57. <div class="box m-lg-5">
  58. <div class="container">
  59. <div class="row">
  60. <div class="col-md-6">
  61. <img src="https://storage.googleapis.com/kotakode-prod-public/images/14723d81-aa3c-466b-8bcd-6e6270c5e940-image.png" width="600" height="500" alt="">
  62. </div>
  63. <div class="col-md-6">
  64. <div class="container mt-5">
  65. <p class="d-inline font-weight-bold ">Sign In with</p>
  66. <i class="fab fa-facebook-square d-inline m-3 fa-2x"></i>
  67. <i class="fab fa-twitter-square d-inline m-3 fa-3x"></i>
  68. <i class="fab fa-linkedin d-inline m-3 fa-4x"></i>
  69. <div class="m-xl-5" style="width: 100%; height: 20px; border-bottom: 1px solid black; text-align: center">
  70. <span class="" style="font-size: 25px; background-color: white;">
  71. ( Or ) <!--Padding is optional-->
  72. </span>
  73. </div>
  74. <form>
  75. <div class="mb-3">
  76. <label for="exampleInputEmail1" class="form-label">Email address</label>
  77. <input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp">
  78. </div>
  79. <div class="mb-3">
  80. <label for="exampleInputPassword1" class="form-label">Password</label>
  81. <input type="password" class="form-control" id="exampleInputPassword1">
  82. </div>
  83. <div class="mb-3 form-check">
  84. <input type="checkbox" class="form-check-input" id="exampleCheck1">
  85. <label class="form-check-label" for="exampleCheck1">Remember me</label>
  86. <a href="" class="ms-5">Forgot Password?</a>
  87. </div>
  88. <button type="submit" class="btn btn-primary">Login</button>
  89. <div class="mt-3">
  90. <p class="d-inline">Dont have accout?</p><a href="https://fiansyahm.github.io/pweb.github.io/pweb-6-register.html" class="d-inline">Register</a>
  91. </div>
  92. </form>
  93. </div>
  94. </div>
  95. </div>
  96. </div>
  97. </div>
  98. <footer class="text-white bg-primary">
  99. <p class="p px-0 pt-2 ps-3">Copyright © 2021. All rights reserved.</p>
  100. </footer>
  101. <!-- Optional JavaScript; choose one of the two! -->
  102.  
  103. <!-- Option 1: Bootstrap Bundle with Popper -->
  104. <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
  105.  
  106. <!-- Option 2: Separate Popper and Bootstrap JS -->
  107. <!--
  108. <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.js" integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"></script>
  109. <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js" integrity="sha384-QJHtvGhmr9XOIpI6YVutG+2QOK9T+ZnN4kzFN1RtK3zEFEIsxhlmWl5/YESvpZ13" crossorigin="anonymous"></script>
  110. -->
  111. </body>
  112.  
  113. </html>
');