aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-11-05 22:03:36 +0530
committerGitHub <[email protected]>2025-11-05 22:03:36 +0530
commitc576dd69c628bbaa283366a28b1175b741ea8657 (patch)
tree23c81404d0785a367ae674b64b8c04606df6f7df
parente03ff5856ee53587a87669d0e5a339ccc3d55311 (diff)
downloadunwordled-c576dd69c628bbaa283366a28b1175b741ea8657.tar.xz
unwordled-c576dd69c628bbaa283366a28b1175b741ea8657.zip
Remove og-generator.js script from index.html
-rw-r--r--index.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.html b/index.html
index ae8ed8d..2303419 100644
--- a/index.html
+++ b/index.html
@@ -165,7 +165,6 @@
<script>
document.getElementById('currentYear').textContent = new Date().getFullYear();
</script>
- <script src="og-generator.js"></script>
<script src="script.js"></script>
</body>
</html>