Skip to content

Commit

Permalink
Build for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
brittnylapierre committed Sep 24, 2024
1 parent 5c01253 commit 61bcdd9
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<script type="module" crossorigin src="/assets/index-pcP6j8xM.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-TcjW-rsk.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<script type="module" crossorigin src="/assets/index-pcP6j8xM.js?1.0"></script>
<link rel="stylesheet" crossorigin href="/assets/index-TcjW-rsk.css?1.0">
</head>
<body>
<div id="root"></div>

</body>
</html>

0 comments on commit 61bcdd9

Please sign in to comment.