Skip to content

Commit

Permalink
little fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-Solder committed Jul 9, 2024
1 parent f719ba4 commit 443108d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@
</head>
<body class="bg-gray-100">

<header class="bg-blue-500">
<header class="bg-gray-500">
<div class="container mx-auto p-4 text-white text-center">
<h1>Welcome to Language Learning App</h1>
<h1>Welcome to New cool APP</h1>
</div>
</header>

<main class="container mx-auto p-4">
<section id="userProfile" class="p-4 rounded-lg shadow-lg text-center bg-white">
<img id="userAvatar" class="w-20 h-20 rounded-full mx-auto" alt="User Avatar" src="images/default-avatar.png">
<h2 id="userName" class="mt-2 font-semibold">User Name</h2>
<h2 id="userName" class="mt-2 font-semibold">Your Name</h2>
</section>

<!-- Место для дополнительных компонентов (формы поиска, списки преподавателей, и т.д.) -->
</main>

<footer class="bg-blue-500 mt-auto">
<footer class="bg-gray-500 mt-auto">
<div class="container mx-auto p-4 text-white text-center">
<p>&copy; 2023 Language Learning App</p>
<p>&copy; 2024 It Will be soon...</p>
</div>
</footer>

Expand Down

0 comments on commit 443108d

Please sign in to comment.