Skip to content

Commit

Permalink
update www/index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianjnuwu committed Jan 7, 2025
1 parent 7c3f827 commit d63bb39
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<meta property="og:site_name" content="Cookie Clicker">
<meta property="og:title" content="Cookie Clicker">
<meta property="og:description" content="Cookie Clicker - Don't rely on ODD or EVEN, or HEADS or TAILS (trust me, i'm not your ex)">
<meta property="og:image" content="https://i.imgur.com/EOzKknx.png">
<meta property="og:image" content="https://i.imgur.com/EOzKknx.webp">
<meta property="og:url" content="https://cookie-clicker-brasil.vercel.app">
<meta property="og:locale" content="pt_BR">
<meta property="og:type" content="website">
<link rel="canonical" href="https://cookie-clicker-brasil.vercel.app">
<link rel="apple-touch-icon" href="https://i.imgur.com/EOzKknx.png" />
<link rel="shortcut icon" href="https://i.imgur.com/EOzKknx.png" type="image/webp">
<link rel="apple-touch-icon" href="https://i.imgur.com/EOzKknx.webp" />
<link rel="shortcut icon" href="https://i.imgur.com/EOzKknx.webp" type="image/webp">
<link rel="stylesheet" href="./src/styles/css/ui.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.3/css/bootstrap.min.css" integrity="sha512-jnSuA4Ss2PkkikSOLtYs8BlYIeeIK1h99ty4YfvRPAlzr377vr3CXDb7sb7eEEBYjDtcYj+AjBH3FLv5uSJuXg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<!--- (script) --->
Expand All @@ -41,7 +41,7 @@

<!--- (splash-screen) --->
<div id="splash-screen">
<img src="https://i.imgur.com/EOzKknx.png" alt="splash-screen" class="icon mb-5">
<img src="https://i.imgur.com/EOzKknx.webp" alt="splash-screen" class="icon mb-5">
<h1>Click...</h1>
</div>
<!--- (splash-screen /) --->
Expand Down Expand Up @@ -132,7 +132,7 @@ <h1><i class="fas fa-cookie-bite"></i> Aguardando...</h1>

<!-- Clicking on the cookie -->
<cookie class="d-flex flex-column justify-content-center align-items-center cookie position-relative">
<img src="https://i.imgur.com/7sokHGX.png" alt="cookie" class="icon mb-4">
<img src="https://i.imgur.com/7sokHGX.webp" alt="cookie" class="icon mb-4">
</cookie>
<!-- Clicking on the cookie -->

Expand Down

0 comments on commit d63bb39

Please sign in to comment.