<?php include 'header.php'; ?>

<div class="max-w-5xl mx-auto px-4 py-20 text-center">
  <h1 class="text-3xl font-bold mb-4">在线工具箱</h1>
  <p class="text-slate-500 mb-10">全自动加载 · 无需维护列表</p>

  <a href="/tools" class="bg-blue-600 text-white px-6 py-3 rounded-lg">
    进入全部工具
  </a>
</div>

<?php include 'footer.php'; ?>
