Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
p6te committed Nov 10, 2023
1 parent e3a7820 commit e5195a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/admin-dashboard/favicon.svg" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>React Admin Dashboard</title>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
<script type="module" crossorigin src="/admin-dashboard/assets/index-d73f76c2.js"></script>
<link rel="stylesheet" href="/admin-dashboard/assets/index-d39ac59a.css">
<script type="module" crossorigin src="/assets/index-d73f76c2.js"></script>
<link rel="stylesheet" href="/assets/index-d39ac59a.css">
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit e5195a7

Please sign in to comment.