December 17th,2025 V.38
This commit is contained in:
parent
77b57d11d8
commit
1d822cc0a7
2
demo.php
2
demo.php
@ -16,7 +16,7 @@
|
||||
|
||||
<!-- NAV -->
|
||||
<header class="max-w-7xl mx-auto px-6 py-5 flex items-center justify-between text-sm">
|
||||
<div class="font-bold text-xl">FinMox</div>
|
||||
<div class="font-bold text-2xl">FinMox</div>
|
||||
<nav class="hidden md:flex gap-8">
|
||||
<a href="index.php" class="text-gray-600 hover:text-black">Home</a>
|
||||
<a href="problem.php" class="text-gray-600 hover:text-black">Problem</a>
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
|
||||
<!-- HEADER -->
|
||||
<header class="max-w-7xl mx-auto px-6 py-5 flex items-center justify-between text-sm">
|
||||
<div class="font-bold text-xl">FinMox</div>
|
||||
<div class="font-bold text-2xl">FinMox</div>
|
||||
<nav class="hidden md:flex gap-8">
|
||||
<a href="index.php" class="text-gray-600 hover:text-black">Home</a>
|
||||
<a href="problem.php" class="text-gray-600 hover:text-black">Problem</a>
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
|
||||
<!-- HEADER -->
|
||||
<header class="max-w-7xl mx-auto px-6 py-5 flex items-center justify-between text-sm">
|
||||
<div class="font-bold text-xl">FinMox</div>
|
||||
<div class="font-bold text-2xl">FinMox</div>
|
||||
<nav class="hidden md:flex gap-8">
|
||||
<a href="index.php" class="text-gray-600 hover:text-black font-semibold">Home</a>
|
||||
<a href="problem.php" class="text-gray-600 hover:text-black">Problem</a>
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
|
||||
<!-- NAV -->
|
||||
<header class="max-w-7xl mx-auto px-6 py-5 flex items-center justify-between">
|
||||
<div class="font-bold text-xl">FinMox</div>
|
||||
<div class="font-bold text-2xl">FinMox</div>
|
||||
<nav class="hidden md:flex gap-8 text-sm">
|
||||
<a href="index.php" class="text-gray-600 hover:text-black">Home</a>
|
||||
<a href="problem.php" class="text-gray-600 hover:text-black">Problem</a>
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
<!-- HEADER -->
|
||||
<header class="max-w-7xl mx-auto px-6 py-5 flex items-center justify-between text-sm">
|
||||
<div class="font-bold text-xl">FinMox</div>
|
||||
<div class="font-bold text-2xl">FinMox</div>
|
||||
<nav class="hidden md:flex gap-8">
|
||||
<a href="index.php" class="text-gray-600 hover:text-black">Home</a>
|
||||
<a href="problem.php" class="text-blue-700 font-bold">Problem</a>
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
|
||||
<!-- NAV -->
|
||||
<header class="max-w-7xl mx-auto px-6 py-5 flex items-center justify-between">
|
||||
<div class="font-bold text-xl">FinMox</div>
|
||||
<div class="font-bold text-2xl">FinMox</div>
|
||||
<nav class="hidden md:flex gap-8 text-sm">
|
||||
<a href="index.php" class="text-gray-600 hover:text-black">Home</a>
|
||||
<a href="problem.php" class="text-gray-600 hover:text-black">Problem</a>
|
||||
|
||||
2
roi.php
2
roi.php
@ -14,7 +14,7 @@
|
||||
|
||||
<!-- HEADER -->
|
||||
<header class="max-w-7xl mx-auto px-6 py-5 flex items-center justify-between text-sm">
|
||||
<div class="font-bold text-xl">FinMox</div>
|
||||
<div class="font-bold text-2xl">FinMox</div>
|
||||
<nav class="hidden md:flex gap-8">
|
||||
<a href="index.php" class="text-gray-600 hover:text-black">Home</a>
|
||||
<a href="problem.php" class="text-gray-600 hover:text-black">Problem</a>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user