Skip to content

Commit

Permalink
chore(sandbox): add html metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
xstelea committed Sep 25, 2023
1 parent 14c85b5 commit 77bb2e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Radix dApp Sandbox</title>
<meta
name="description"
content="Radix dApp Sandbox - A simple dApp to test the Radix JavaScript library"
/>
<script type="module" src="/sandbox.tsx"></script>
</head>
<body>
Expand Down

0 comments on commit 77bb2e1

Please sign in to comment.