Skip to content

Commit 58c98b9

Browse files
committed
[UPDATE]: CHANGES DONE EXCEPT API DEMO
1 parent a75fc3d commit 58c98b9

28 files changed

+250
-675
lines changed

index.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
5+
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vite + React + TS</title>
7+
<title>
8+
Dash UI - React Admin Dashboard Template developed with Vitejs and
9+
TypeScript
10+
</title>
811
</head>
912
<body>
1013
<div id="root"></div>

0 commit comments

Comments
 (0)