Siteβ―Builder
Editing:
amenu.php
writable 0666
<style>nav{display:grid;grid-template-columns:repeat(auto-fit,100px);gap:.5rem;margin:1rem 0;justify-content:center}nav a{box-sizing:border-box;width:100px;height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem;border:2px solid gold;border-radius:8px;background:#fff;color:#333;text-decoration:none;transition:.2s}nav a:hover{background:rgba(255,215,0,.2);transform:translateY(-2px)}</style><nav><?php foreach(['AI Tools'=>'π€','Subscription'=>'π³','Modules'=>'π§©','Backup'=>'πΎ'] as $l=>$i) echo "<a href='".strtolower(str_replace(' ','-',$l)).".php'>$i<span style='font-weight:500;font-size:.875rem;'>$l</span></a>"; ?></nav>
Save changes
Create folder
writable 0777
Create
Cancel