Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHatCrew authored May 22, 2024
1 parent d7b1ef3 commit b5ddf2b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Eggy Car by BlueHatCrew</title>
<title>Braces Car for Braces Kids</title>

<meta charset="utf-8" />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><![endif]-->
Expand Down Expand Up @@ -40,8 +40,8 @@
<div class="flex items-center px-6 py-6 xl:px-24">
<!-- Logo -->
<a href="/" class="shrink-0">
<img src="img/logo.png" class="max-h-7 dark:hidden" alt="Eggy Car" />
<img src="img/logo_white.png" class="hidden max-h-7 dark:block" alt="Eggy Car" />
<img src="img/logo.png" class="max-h-7 dark:hidden" alt="Braces Car" />
<img src="img/logo_white.png" class="hidden max-h-7 dark:block" alt="Braces Car" />
</a>

<!-- Search -->
Expand Down Expand Up @@ -77,8 +77,8 @@
>
<!-- Mobile Logo -->
<a href="/" class="shrink-0">
<img src="img/logo.png" class="max-h-7 dark:hidden" alt="Eggy Car" />
<img src="img/logo_white.png" class="hidden max-h-7 dark:block" alt="Eggy Car" />
<img src="img/logo.png" class="max-h-7 dark:hidden" alt="Braces Car" />
<img src="img/logo_white.png" class="hidden max-h-7 dark:block" alt="Braces Car" />
</a>

<!-- Mobile Menu Close -->
Expand Down Expand Up @@ -485,7 +485,7 @@ <h2 style="color: #fff;"><strong>We have release <a href="/chat/" style="color:
</div>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7889675448259925"
crossorigin="anonymous"></script>
<!-- eggy_new -->
<!-- Braces_new -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-7889675448259925"
Expand Down Expand Up @@ -539,8 +539,8 @@ <h2 class="font-display text-jacarta-700 mb-10 text-center text-3xl dark:text-wh
<div class="col-span-3 md:col-span-4">
<!-- Logo -->
<a href="/" class="mb-6 inline-block">
<img src="img/logo.png" class="max-h-7 dark:hidden" alt="Eggy Car" />
<img src="img/logo_white.png" class="hidden max-h-7 dark:block" alt="Eggy Car" />
<img src="img/logo.png" class="max-h-7 dark:hidden" alt="Braces Car" />
<img src="img/logo_white.png" class="hidden max-h-7 dark:block" alt="Braces Car" />
</a>
<p class="dark:text-jacarta-300 mb-12">
Play free online game at school
Expand Down Expand Up @@ -638,7 +638,7 @@ <h2 class="font-display text-jacarta-700 mb-10 text-center text-3xl dark:text-wh
<script>
document.write(new Date().getFullYear())
</script>
eggy-car.github.io</span>
Braces-car.github.io</span>
<ul class="dark:text-jacarta-400 flex flex-wrap space-x-4 text-sm">
<li>
<a href="#" class="hover:text-accent">Terms and conditions</a>
Expand Down

0 comments on commit b5ddf2b

Please sign in to comment.