<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PostgreSQL Neon Glow Card</title>
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<script src="https://cdn.tailwindcss.com"></script>
<style>
*, *::before, *::after { box-sizing: border-box; }
body {
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
background-color: #09090b;
color: #fafafa;
min-height: 100vh;
}
</style>
</head>
<body>
<div class="min-h-screen bg-black flex items-center justify-center p-4"><div class="p-6 rounded-2xl bg-zinc-900 border border-violet-500/30 text-white shadow-2xl"><h1 class="text-xl font-bold text-violet-400">PostgreSQL Live</h1><p class="text-xs text-zinc-400 mt-2">Data stored natively in PostgreSQL container on zerodays!</p></div></div>
</body>
</html>
Scan with iPhone Camera or Android QR scanner to preview natively on your device.