Dashboard Temp Share Shortlinks Frames API

HTMLify

about.html
Views: 200 | Author: karbonsites
1
2
3
4
5
6
<!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>About</title><link rel="stylesheet" href="style.css"><script src="https://cdn.tailwindcss.com"></script></head><body class="p-4 md:p-8 flex flex-col items-center min-h-screen"><header class="w-full max-w-xl mb-4"><nav class="flex justify-between items-center p-4 bg-white rounded-lg shadow"><h1 class="text-xl font-bold text-indigo-600">P2P Messenger</h1><div class="space-x-4"><a href="index.html" class="text-gray-600 hover:text-gray-800">Chat</a><a href="about.html" class="text-indigo-600 font-bold">About</a></div></nav></header><div class="w-full max-w-xl bg-white rounded-xl shadow-2xl p-6">The app uses STUN servers at stun.l.google.com:19302 for P2P video calling and messaging.</div>
  <a href="https://karbonsites.space/home" target="_blank" id="karbon-promo-banner">
      <span></span>
      <div>Built with <b>Karbon Sites</b></div>
  </a>
</body></html>