Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
EnderMythex authored Jan 19, 2025
1 parent a78c01c commit 82e0dd8
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<title>CyberCookie - Login</title>
<link rel="stylesheet" href="./assets/css/login.css">
<link rel="stylesheet" href="./assets/css/style.css">
<link rel="manifest" href="./manifest.json">
<link rel="icon" href="./assets/icons/48x48cookie.png" />
<script src="./assets/js/google-login.js" defer type="module"></script>
Expand All @@ -22,12 +22,14 @@

<body>
<script src="./assets/js/oneko.js"></script>
<div class="loadinganim" id="loadinganim">
<div class="loader"></div>
<div class="loader">
<div class="loader-content">
<div class="loader-spinner"></div>
<div class="loader-text">Loading...</div>
</div>
</div>
<div class="container">
<center>
<button id="google-login-btn" class="auth-provider google-login">
<button id="google-login-btn" class="button">
<svg aria-hidden="true" class="svg-icon" width="18" height="18" viewBox="0 0 18 18">
<g>
<path d="M16.51 8H8.98v3h4.3c-.18 1-.74 1.48-1.6 2.04v2.01h2.6a7.8 7.8 0 0 0 2.38-5.88c0-.57-.05-.66-.15-1.18z" fill="#4285F4"></path>
Expand All @@ -38,9 +40,8 @@
</svg>
Log in with Google
</button>
<a href="./main.html" class="auth-provider google-login">
Guest
</a>

<button id="guest-button" class="button">Guest</button>
</center>
</div>
</body>
Expand Down

0 comments on commit 82e0dd8

Please sign in to comment.