Skip to content

Instantly share code, notes, and snippets.

@dirumahrafif
Last active January 29, 2025 15:01
Show Gist options
  • Select an option

  • Save dirumahrafif/56280f0b228b11e7520eb1368dc197e1 to your computer and use it in GitHub Desktop.

Select an option

Save dirumahrafif/56280f0b228b11e7520eb1368dc197e1 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Login</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
</head>
<body class="bg-light">
<main class="container vh-100 d-flex justify-content-center align-items-center">
<div class="col-6 mx-auto text-center px-5 py-5 border rounded bg-white">
<h1>Login</h1>
<p>Silakan login dengan Akun Google yang kamu punya</p>
<a href='#' class="btn border border-primary"><img width="20px"
style="margin-bottom:3px; margin-right:5px" alt="Google sign-in"
src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/53/Google_%22G%22_Logo.svg/512px-Google_%22G%22_Logo.svg.png" />
Login dengan Google</a>
</div>
</main>
</body>
</html>
@hanggidhonesqi
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment