1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Unwordled - Find Today's Wordle Answer</title>
<meta name="description" content="Find today's Wordle answer instantly! Unwordled reveals daily Wordle solutions, past answers, and future puzzles. Never get stuck on Wordle again.">
<meta name="keywords" content="wordle answer, wordle solver, wordle cheat, today's wordle, wordle solution, daily wordle answer, wordle hint, wordle help">
<meta name="author" content="Unwordled">
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<meta name="revisit-after" content="1 days">
<meta property="og:type" content="website">
<meta property="og:url" content="https://luciferreeves.github.io/unwordled/">
<meta property="og:title" content="Unwordled - Today's Wordle Answer" id="ogTitle">
<meta property="og:description" content="Find today's Wordle answer and explore past solutions instantly!" id="ogDescription">
<meta property="og:image" content="https://luciferreeves.github.io/unwordled/og-image.png" id="ogImage">
<meta property="og:site_name" content="Unwordled">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://luciferreeves.github.io/unwordled/">
<meta name="twitter:title" content="Unwordled - Today's Wordle Answer" id="twitterTitle">
<meta name="twitter:description" content="Find today's Wordle answer and explore past solutions instantly!" id="twitterDescription">
<meta name="twitter:image" content="https://luciferreeves.github.io/unwordled/og-image.png" id="twitterImage">
<link rel="canonical" href="https://luciferreeves.github.io/unwordled/">
<link rel="icon" type="image/png" sizes="32x32" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🎯</text></svg>">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Unwordled",
"description": "Find today's Wordle answer and explore daily Wordle solutions from past and future dates.",
"url": "https://luciferreeves.github.io/unwordled/",
"applicationCategory": "GameApplication",
"operatingSystem": "Any",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
</script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Fira+Code:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<header>
<h1>🎯 Unwordled</h1>
<p class="subtitle">Discover Today's Wordle Answer</p>
</header>
<div class="controls">
<button class="theme-toggle" id="themeToggle">
<svg class="icon" id="themeIcon" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" d="M12 3v2.25m6.364.386-1.591 1.591M21 12h-2.25m-.386 6.364-1.591-1.591M12 18.75V21m-4.773-4.227-1.591 1.591M5.25 12H3m4.227-4.773L5.636 5.636M15.75 12a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0Z" />
</svg>
<span id="themeText">Light Mode</span>
</button>
</div>
<div id="errorContainer"></div>
<div class="answer-card">
<div class="date-label" id="dateLabel">Loading...</div>
<div class="answer-display" id="answerDisplay">
<div class="loading">Fetching answer...</div>
</div>
<div class="meta-info" id="metaInfo"></div>
<div class="share-section">
<button class="btn" id="shareBtn">
<svg class="icon" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" d="M13.19 8.688a4.5 4.5 0 0 1 1.242 7.244l-4.5 4.5a4.5 4.5 0 0 1-6.364-6.364l1.757-1.757m13.35-.622 1.757-1.757a4.5 4.5 0 0 0-6.364-6.364l-4.5 4.5a4.5 4.5 0 0 0 1.242 7.244" />
</svg>
Share Link
</button>
<button class="btn" id="copyAnswerBtn">
<svg class="icon" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" d="M15.75 17.25v3.375c0 .621-.504 1.125-1.125 1.125h-9.75a1.125 1.125 0 0 1-1.125-1.125V7.875c0-.621.504-1.125 1.125-1.125H6.75a9.06 9.06 0 0 1 1.5.124m7.5 10.376h3.375c.621 0 1.125-.504 1.125-1.125V11.25c0-4.46-3.243-8.161-7.5-8.876a9.06 9.06 0 0 0-1.5-.124H9.375c-.621 0-1.125.504-1.125 1.125v3.5m7.5 10.375H9.375a1.125 1.125 0 0 1-1.125-1.125v-9.25m12 6.625v-1.875a3.375 3.375 0 0 0-3.375-3.375h-1.5a1.125 1.125 0 0 1-1.125-1.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H9.75" />
</svg>
Copy: <span id="answerPreview" style="font-family: 'Fira Code', monospace; font-weight: 700;">-----</span>
</button>
</div>
</div>
<div class="calendar-card">
<div class="calendar-header">
<div class="calendar-title-group">
<div class="custom-select" id="monthSelect">
<div class="select-display">
<span id="monthDisplay">January</span>
<svg class="select-arrow" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" d="m19.5 8.25-7.5 7.5-7.5-7.5" />
</svg>
</div>
<div class="select-dropdown" id="monthDropdown"></div>
</div>
<div class="custom-select" id="yearSelect">
<div class="select-display">
<span id="yearDisplay">2025</span>
<svg class="select-arrow" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" d="m19.5 8.25-7.5 7.5-7.5-7.5" />
</svg>
</div>
<div class="select-dropdown" id="yearDropdown"></div>
</div>
</div>
<div class="calendar-controls">
<button class="btn btn-today" id="todayBtn">
<svg class="icon" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" d="M15 10.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" />
<path stroke-linecap="round" stroke-linejoin="round" d="M19.5 10.5c0 7.142-7.5 11.25-7.5 11.25S4.5 17.642 4.5 10.5a7.5 7.5 0 1 1 15 0Z" />
</svg>
Today
</button>
<button class="nav-btn" id="prevMonth">
<svg class="icon-sm" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" d="M15.75 19.5 8.25 12l7.5-7.5" />
</svg>
</button>
<button class="nav-btn" id="nextMonth">
<svg class="icon-sm" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" d="m8.25 4.5 7.5 7.5-7.5 7.5" />
</svg>
</button>
</div>
</div>
<div class="calendar-grid">
<div class="day-label">Sun</div>
<div class="day-label">Mon</div>
<div class="day-label">Tue</div>
<div class="day-label">Wed</div>
<div class="day-label">Thu</div>
<div class="day-label">Fri</div>
<div class="day-label">Sat</div>
</div>
<div class="calendar-grid" id="calendarDays"></div>
</div>
</div>
<footer class="footer">
<p class="footer-text">
Made with <span class="heart">❤️</span> by
<a href="https://github.com/luciferreeves" target="_blank" rel="noopener noreferrer" class="footer-link">@luciferreeves</a>
<span class="separator">•</span>
<a href="https://github.com/luciferreeves/unwordled" target="_blank" rel="noopener noreferrer" class="footer-link">
<svg class="github-icon" viewBox="0 0 24 24">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/>
</svg>
View Source Code
</a>
</p>
<p class="footer-copyright">© <span id="currentYear">2025</span> Unwordled. All rights reserved.</p>
</footer>
<canvas id="ogCanvas" style="display: none;"></canvas>
<script>
document.getElementById('currentYear').textContent = new Date().getFullYear();
</script>
<script src="og-generator.js"></script>
<script src="script.js"></script>
</body>
</html>
|