MikeDoes commited on
Commit
1906716
·
verified ·
1 Parent(s): 8160d44
Files changed (2) hide show
  1. index.html +6 -0
  2. lemot.webp +0 -0
index.html CHANGED
@@ -34,10 +34,16 @@
34
  </head>
35
  <body class="bg-gradient-to-br from-gray-50 to-gray-100 min-h-screen flex flex-col items-center justify-center relative">
36
  <!-- Hint Section -->
 
 
 
 
37
  <div id="hints-container" class="absolute top-4 left-4 flex flex-col gap-4">
38
  <!-- Hints will be dynamically inserted here -->
39
  </div>
40
 
 
 
41
  <!-- Professor Section -->
42
  <div id="large-square" class="mb-10 w-48 h-48 bg-purple-500 flex flex-col items-center justify-center rounded-lg shadow-lg text-white font-bold text-xl">
43
  <span class="iconify" data-icon="mdi:account-tie" data-width="48" data-height="48"></span>
 
34
  </head>
35
  <body class="bg-gradient-to-br from-gray-50 to-gray-100 min-h-screen flex flex-col items-center justify-center relative">
36
  <!-- Hint Section -->
37
+ <div class="absolute top-4 left-1/2 transform -translate-x-1/2">
38
+ <img src="./lemot.webp" alt="Lemot Logo" class="h-48 w-auto">
39
+ </div>
40
+
41
  <div id="hints-container" class="absolute top-4 left-4 flex flex-col gap-4">
42
  <!-- Hints will be dynamically inserted here -->
43
  </div>
44
 
45
+
46
+
47
  <!-- Professor Section -->
48
  <div id="large-square" class="mb-10 w-48 h-48 bg-purple-500 flex flex-col items-center justify-center rounded-lg shadow-lg text-white font-bold text-xl">
49
  <span class="iconify" data-icon="mdi:account-tie" data-width="48" data-height="48"></span>
lemot.webp ADDED