Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Segue21 committed May 11, 2024
1 parent 579ceba commit 6b950a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/zama_bounty/vite.svg" />
<!-- <link rel="icon" type="image/svg+xml" href="vite.svg" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DRM system using Zama's fhEVM</title>
<script type="module" crossorigin src="/zama_bounty/assets/index-B7-ZCSBG.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<!-- <link rel="icon" type="image/svg+xml" href="vite.svg" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DRM system using Zama's fhEVM</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script type="module" src="src/main.tsx"></script>
</body>
</html>

0 comments on commit 6b950a7

Please sign in to comment.