File tree Expand file tree Collapse file tree 1 file changed +15
-11
lines changed
Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Original file line number Diff line number Diff line change 11<!doctype html>
22< html lang ="en ">
3- < head >
4- < meta charset ="UTF-8 " />
5- < link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
6- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7- < title > Tauri + React + Typescript</ title >
8- </ head >
93
10- < body >
11- < div id ="root "> </ div >
12- < script type ="module " src ="/src/main.tsx "> </ script >
13- </ body >
14- </ html >
4+ < head >
5+ < meta charset ="UTF-8 " />
6+ < link rel ="icon " type ="image/svg+xml " href ="/PokeDex.png " />
7+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
8+ < meta name ="description " content ="PokeDex helps you find the most effective attack during a Pokemon battle. " />
9+ < meta name ="author " content ="InfiniteL8p " />
10+ < title > PokeDex</ title >
11+ </ head >
12+
13+ < body >
14+ < div id ="root "> </ div >
15+ < script type ="module " src ="/src/main.tsx "> </ script >
16+ </ body >
17+
18+ </ html >
You can’t perform that action at this time.
0 commit comments