Skip to content

Commit

Permalink
fix: update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
yokoberek authored Jul 27, 2024
1 parent ebfa621 commit a172706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="./images/favicon.ico" type="image/x-icon">
<link rel="icon" href="./images/favicon.ico" type="image/x-icon">
<title>Coming Soon - Example.com</title> <!--ganti ke domain project-->
<title>Coming Soon - Example.com</title> <!--change to your domain-->

<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
Expand Down Expand Up @@ -33,7 +33,7 @@
<div class="mb-16 lg:mb-0 lg:max-w-lg lg:pr-5">
<div class="mb-6 max-w-xl">
<div>
<p class="bg-indigo-400 mb-4 inline-block rounded-full px-3 py-px text-xs font-semibold uppercase tracking-wider text-white">example.com</p> <!--ganti ke domain project-->
<p class="bg-indigo-400 mb-4 inline-block rounded-full px-3 py-px text-xs font-semibold uppercase tracking-wider text-white">example.com</p> <!--change to your domain-->
</div>
<h2 class="mb-6 max-w-lg font-sans text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl sm:leading-none">
Coming Soon<br class="hidden md:block" />
Expand Down

0 comments on commit a172706

Please sign in to comment.