Add icon and manifest

This commit is contained in:
2025-04-23 17:31:36 -07:00
parent f8b9130505
commit b924ce91fc
4 changed files with 3 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="/icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="webxdc.js"></script>
<title>WorldeXDC - a Wordle clone for WebXDC</title>