File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!doctype html>
22< html lang ="en ">
33 < 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 > clear</ title >
4+ < meta charset ="UTF-8 " /> <!-- Defines the character encoding as UTF-8 -->
5+ < link rel ="icon " type ="image/svg+xml " href ="/vite.svg " /> <!-- Sets the favicon for the page -->
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " /> <!-- Ensures responsive design on mobile devices -->
7+ < title > clear</ title > <!-- Title of the webpage shown in the browser tab -->
88 </ head >
99 < body >
10- < div id ="root "> </ div >
11- < script type ="module " src ="/src/main.jsx "> </ script >
10+ < div id ="root "> </ div > <!-- Main container where the React app will be rendered -->
11+ < script type ="module " src ="/src/main.jsx "> </ script > <!-- Loads the main React entry file -->
1212 </ body >
1313</ html >
You can’t perform that action at this time.
0 commit comments