Rebrand to GlitchCraft with IPv6 support
Changes: - Renamed from "Text Corruptor" to "GlitchCraft" - New slogan: "Artisanal text corruption, served fresh!" - Updated server to support both IPv4 and IPv6 (dual-stack) - Server now listens on all interfaces (::) instead of just localhost - Updated all references in code and documentation The new name reflects both the glitch aesthetic and the craftsmanship of creating beautifully corrupted text, with a playful tone. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
44a2ac4cbd
commit
4e58281d51
7 changed files with 38 additions and 16 deletions
|
|
@ -8,7 +8,7 @@
|
|||
content="Transform your text into corrupted zalgo text with one click. Perfect for creating glitchy, distorted text effects."
|
||||
/>
|
||||
<meta name="theme-color" content="#1a1a2e" />
|
||||
<title>Text Corruptor - Zalgo Text Generator</title>
|
||||
<title>GlitchCraft - Artisanal Text Corruption</title>
|
||||
<link rel="manifest" href="manifest.json" />
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="icons/icon-192.png" />
|
||||
<link rel="icon" type="image/png" sizes="512x512" href="icons/icon-512.png" />
|
||||
|
|
@ -18,8 +18,8 @@
|
|||
<body>
|
||||
<div class="container">
|
||||
<header>
|
||||
<h1>Text Corruptor</h1>
|
||||
<p class="subtitle">Transform your text into corrupted chaos</p>
|
||||
<h1>GlitchCraft</h1>
|
||||
<p class="subtitle">Artisanal text corruption, served fresh!</p>
|
||||
</header>
|
||||
|
||||
<main>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue