Skip to content

Commit

Permalink
nits + csp
Browse files Browse the repository at this point in the history
  • Loading branch information
TateB committed Jun 13, 2024
1 parent d5a4157 commit 59dbada
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
24 changes: 14 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Create Wagmi</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>

<head>
<meta http-equiv="Content-Security-Policy" content="script-src 'self'">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ENS Deed Reclaim</title>
</head>

<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>

</html>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "app-2",
"name": "@ensdomains/reclaim",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down

0 comments on commit 59dbada

Please sign in to comment.