Added some math scripts

This commit is contained in:
Patryk Hegenberg 2022-12-14 08:13:04 +01:00
parent 8c7ac2df36
commit 13490cdad2
9 changed files with 360 additions and 1 deletions

View file

@ -16,6 +16,8 @@
<a href="/mission" class="<?= urlIs('/mission') ? 'bg-gray-900 text-white' : 'text-gray-300' ?> hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Our Mission</a>
<a href="/mathe" class="<?= urlIs('/mathe') ? 'bg-gray-900 text-white' : 'text-gray-300' ?> hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Mathe</a>
</div>
</div>
</div>