mirror of
https://github.com/spchcap/speech.capital.git
synced 2026-01-14 16:48:44 +00:00
Delete: Replace with server-side function
This commit is contained in:
18
cookie.html
18
cookie.html
@@ -1,18 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Cookie Inspector</title>
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
</head>
|
||||
<body class="bg-black text-white min-h-screen flex items-center justify-center font-mono">
|
||||
<div class="w-full max-w-lg p-4">
|
||||
<h1 class="text-xl text-yellow-200 mb-4">Current Cookie</h1>
|
||||
<pre id="output" class="bg-gray-900 p-4 rounded text-sm whitespace-pre-wrap break-all"></pre>
|
||||
</div>
|
||||
<script>
|
||||
document.getElementById('output').textContent = document.cookie || '(empty)';
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user