Add icon and manifest

This commit is contained in:
James Shiffer 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>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

BIN
public/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

2
public/manifest.toml Normal file
View File

@ -0,0 +1,2 @@
name = "Wordle"
source_code_url = "https://git.linux.ucla.edu/jshiffer/wordle-xdc"