Skip to content

Instantly share code, notes, and snippets.

@Gordonygcho
Gordonygcho / phrases.json
Last active July 5, 2026 09:35
phrases.json
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Generate 5000+ Phrases JSON</title>
<style>
body{font-family:Arial;padding:20px;background:#f0f2f5}
.container{max-width:900px;margin:auto;background:white;padding:20px;border-radius:12px}
pre{background:#1a1a1a;color:#00ff00;padding:20px;border-radius:8px;overflow:auto;max-height:500px}
button{background:#2563eb;color:white;border:none;padding:12px 24px;border-radius:6px;cursor:pointer;font-size:16px;margin:10px 0}