This commit is contained in:
omkieit 2024-08-27 19:33:07 +05:30
parent e45fd921cf
commit 904581e277
3 changed files with 16 additions and 10 deletions

File diff suppressed because one or more lines are too long

View File

@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
<script type="module" crossorigin src="/assets/index-Ba5qVQGt.js"></script>
<script type="module" crossorigin src="/assets/index-CVR45IQ_.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DiwrgTda.css">
</head>
<body>

View File

@ -16,7 +16,7 @@ function App() {
<img src={reactLogo} className="logo react" alt="React logo" />
</a>
</div>
<h1>Vite Application + React Application</h1>
<h1>Vite + React Application</h1>
<div className="card">
<button onClick={() => setCount((count) => count + 1)}>
count is {count}
@ -26,7 +26,13 @@ function App() {
</p>
</div>
<p className="read-the-docs">
Click on the Vite and React logos to learn more
This is only to TEST AND CHECK the project folder and its new frameworks works in LIVE SERVER.
</p>
<p className="read-the-docs">
Also to share the link for client to check the features and updates directly in the SERVER and provide the feedback.
</p>
<p className="read-the-docs">
This will be updated daily/hourly and instantly/immediately and continuosly as we do the code and give continuous update on the client on the features working on
</p>
</>
)